body {
	background-color: #999999;
}

.style1 {
	font-size: 14px;
	color: #FFA66A;
	font-weight: normal;
}

.style2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

