body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCC66;
}
a:link {
	color: #000000;
	text-decoration: none;
	text-style: italic;
	font-weight: bold;

}

a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
