/* CSS Document */

body
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #333333; 
text-decoration: none;
}

.whitetext
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #ffffff; 
text-decoration: none;
}

.redtext
{
font-family: Arial, Tahoma, Verdana;
font-size: 14px;
color: #95161f; 
text-decoration: none;
}

.browntext
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #84571c; 
text-decoration: none;
}

.highlight
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
font-weight:bold;
color:#FF0000; 
text-decoration: none;
}

.available
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
font-weight:bold;
color: #669900; 
text-decoration: none;
}

.title
{
font-family: Arial, Tahoma, Verdana;
font-size: 16px;
font-weight:bold;
color: #333333; 
text-decoration: none;
}

.smalltext
{
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
color: #333333; 
text-decoration: none;
}

.author
{
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
color: #333333; 
text-decoration: none;
}

a
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #666666; 
text-decoration: none;
}
a:visited 
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #666666; 
text-decoration: none;
}
a:hover 
{
font-family: Arial,Verdana,  Helvetica, sans-serif;
font-size: 12px;
color: #FF9900; 
text-decoration: none;
}
a:active 
{
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color: #666666; 
text-decoration: none;
}

