body {
	margin: 0px;
	padding: 0px;
	background-color: #F8F8F8;

}
table {
	font-family: "Ms Sans Serif", "Microsoft Sans Serif";
	font-size: x-small;
}
.menu:link {
	font-family: "Ms Sans Serif", "Microsoft Sans Serif";
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	font-family: "Ms Sans Serif", "Microsoft Sans Serif";
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: "Ms Sans Serif", "Microsoft Sans Serif";
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
