body {
	background-color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Georgia, "Times New Roman";
	font-size: 12px;
	color: #CCCCCC;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #FF0000}
.style4 {color: #CCCCCC}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}


