/* CSS Version 1.0 - by Stephan */

body, td, a, input, textarea 
{
    font-family: verdana; 
    font-size: 10px; 
	font-weight: normal;
    color: #CCCCCC;
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link 
{
    font-family: verdana; 
    font-size: 10px; 
    color: #CCCCCC; 
    text-decoration: underline;
}
 
a:visited 
{
    font-family: verdana; 
    font-size: 10px; 
    color: #CCCCCC;
    text-decoration: underline;
}
 
a:active 
{
    font-family: verdana; 
    font-size: 10px; 
    color: #CCCCCC; 
    text-decoration: underline;
}

a:hover 
{
    font-family: verdana; 
    font-size: 10px; 
    color: #CCCCCC; 
    text-decoration: none;
}
