/* BBStyle.css - an external style sheet for use with BBPage.html */
/*background-image: url(../images/corrugated_metal.gif); */
body
{ 
background-color: black; 
}

p
{
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: white;
text-align: left;
line-height: 1.5; 
background-color:black;
}

p.Lil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: red;
text-align: left;
line-height: 1.5; 
background-color:black;
}

p.Med 
{ 
font-family: "Arial";
font-size: 16pt;
font-style: italic;
font-weight: bold;
color: red;
text-align: Left;
line-height: 1.5; 
background-color:black;
}

p.Big 
{ 
font-family: "Arial";
font-size: 30pt;
font-style: italic;
font-weight: bold;
color: red;
text-align: Left;
line-height: 1.5; 
background-color:black;
}

p.cpnLftSm 
{ 
font-family: "Arial";
font-size: 7pt;
font-style: italic;
color: red;
text-align: Left;
line-height: 1; 
background-color:white;
}


p.coupLil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: black;
background-color:white;
text-align: left;
line-height: 1.5;
}

span.coupMed 
{ 
font-family: "Arial";
font-size: 30pt;
font-style: italic;
font-weight: bold;
color: red;
background-color:white;
text-align: Left;
line-height: 1; 
margin-bottom: -35px;
}

span.coupMedbw 
{ 
font-family: "Arial";
font-size: 30pt;
font-style: italic;
font-weight: bold;
color: black;
background-color:white;
text-align: Left;
line-height: 1; 
margin-bottom: -35px;
}

p.coupBig 
{ 
font-family: "Arial";
font-size: 50pt;
font-style: italic;
font-weight: bold;
color: red;
background-color:white;
text-align: Left;
line-height: 1; 
margin-bottom: -35px;
}

p.coupBigbw 
{ 
font-family: "Arial";
font-size: 50pt;
font-style: italic;
font-weight: bold;
color: black;
background-color:white;
text-align: Left;
line-height: 1; 
margin-bottom: -35px;
}

p.coupCLil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: red;
background-color:white;
text-align: Center;
line-height: 1.5; 
}

p.coupCLilbw 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: black;
background-color:white;
text-align: Center;
line-height: 1.5; 
}

p.CWLil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: white;
text-align: Center;
line-height: 1.5; 
background-color:black;
}


p.CLil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: red;
text-align: Center;
line-height: 1.5; 
background-color:black;
}

p.CMed 
{ 
font-family: "Arial";
font-size: 16pt;
font-style: italic;
font-weight: bold;
color: red;
text-align: Center;
line-height: 1.5; 
background-color:black;
}

p.CBig 
{ 
font-family: "Arial";
font-size: 48pt;
font-style: italic;
font-weight: bold;
color: #cc0000;
text-align: Center;
line-height: 1.5; 
background-color:black;
}

p.RLil 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: blue;
text-align: Right;
line-height: 1.5; 
background-color:black;
}
p.RMed 
{ 
font-family: "Arial";
font-size: 16pt;
font-style: italic;
font-weight: bold;
color: blue;
text-align: Right;
line-height: 1.5; 
background-color:black;
}

p.RBig 
{ 
font-family: "Arial";
font-size: 30pt;
font-style: italic;
font-weight: bold;
color: blue;
text-align: Right;
line-height: 1.5; 
background-color:black;
}

p.HalfWht 
{ 
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: white;
background-color:black;
margin-left: 10px;
}

p.OneWht 
{ 
margin-left: 20px;
font-family: "Arial";
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: white;
background-color:black;
}

span.sLil
{ 
color: blue;
font-size: 10pt; 
font-weight: bold;
}

span.sCWhtL
{ 
color: white;
font-weight: bold;
font-size: 10pt; 
text-align: Center; 
}

span.sLRed
{ 
color: red;
font-weight: bold;
font-size: 40pt; 
text-align: Left; 
}

span.sYel
{ 
color: #ffff33;
font-weight: bold;
font-size: 10pt; 
text-align: Center; 
}

span.sOra
{ 
color: #FF6600;
font-weight: bold;
font-size: 10pt; 
text-align: Center; 
}


span.sOraL
{ 
color: #FF6600;
font-weight: bold;
font-size: 14pt; 
text-align: Center; 
}

span.sChr
{ 
color: #99cccc;
font-weight: bold;
font-size: 10pt; 
text-align: Center; 
}

span.srgt
{ 
color: #FF6600;
font-weight: bold;
font-size: 10pt; 
text-align: Center; 
}

.green { color: darkgreen; font-weight: bold; background-color: lime } 

a.a1
{
color:#000000;
}

a:hover 
{ 
text-decoration: underline;
color: red;
background-color: yellow; 
}