body {
	background-color: #75C8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.style2 {color: #999999}

.style3 {color: #FF0000}
.style4 {
	font-size: 16px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
