BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	background-color: #CACAC4;
	}
A {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	color : White;
	text-decoration : none;
}
A:HOVER {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : underline;
}