.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}

.background {
	background-color: #333333;
}
.bodyWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a:link { 
        color: #CCCCCC;
        }
a:visited { 
        color: #CCCCCC;
        }
a:active { 
        color: #CCCCCC;
        }
a:hover { 
       	text-decoration: underline;
        }