body {
	background-color: #2b2b2b;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;

}

.style4 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	text-decoration: bold;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {font-size: 12px; color: #F9F9F9; }
.style3 {
	font-size: 13px;
	color: #F9F9F9;
}
