UL { color:white; }
BODY
{
font-family: Tahoma, Arial, Verdana;
font-size: 14px;
background-color: black;
color: white;
background-attachment: fixed;
background-image: url(/images/bg/comp011d.jpg);
}
TABLE
{
font-family: Tahoma, Arial, Verdana, Helvetica;
}
.listinga
{
font-size: 70%;
background-color: lightblue;
color: black;
}
TH
{
font-size: 70%;
background-color: yellow;
color: black;
}
.listingb
{
font-size: 70%;
background-color: lightgrey;
color: black;
}
.listingc
{
font-size: 70%;
background-color: plum;
color: black;
}
A:hover
{
color: red;
text-decoration: underline;
}
A:active
{
color: #FFFFFF
}
A
{
font-weight: bold;
font-size: 14px;
color: yellow;
text-decoration: none;
font-variant: small-caps;
}
.header
{
color: black; 
background-color : orange;
font-weight: bold;
font-family: tahoma, arial;
font-size: 18px;
}
.text
{
color: white;
font-size: 96%;
font-family: Tahoma, Arial, Verdana;
}
A.small
{  
font-family: Verdana, Tahoma, Arial;
font-weight: normal;
font-size: 10px;
color: lime;
text-decoration: none;
font-variant: normal;
font-weight: bold;
}
.smalltext
{
color: white;
font-size: 10px;
font-family: Verdana, Tahoma, Arial;
}

