body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: x-small;

}
.style2 {
	font-size: small;
	background: #FFCC44;
}
.style3 {
	font-size: small;
	background: #0099FF;
}
a {
	color: Navy;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	font-style: normal;
	background-color: #0099FF;
}
td#index{
	background: #FFCC44;
}

