BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	line-height: normal;
	
}
A:active {
    color:              #000099;
    border-color:       #000099;
    background-color:   transparent; 
    font-family:        verdana, arial, helvetica, sans-serif; 
    text-decoration:    none;
}
A:hover {
    color:              #CCCCCC;
    border-color:       #000000;
    background-color:   transparent; 
    font-family:        verdana, arial, helvetica, sans-serif;
}
A:link {
    color:              #CCCCCC; 
    border-color:       #999999;
    background-color:   transparent; 
    font-family:        verdana, arial, helvetica, sans-serif; 
    text-decoration:    none;
}
A:visited {
    color:              #CCCCCC;
    border-color:       #999999;
    background-color:   transparent;
    font-family:        verdana, arial, helvetica, sans-serif; 
    text-decoration:    none;
}

