body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: #FFFFFF;
}
table {
	width: 700px;
	padding: 2px;
	margin: 2px;
	color: #000000;
	border: 2px solid #FF0000;
	background-color: #FFFFCC;
		
}
td	{
	color:#000000;
	border: thin solid #000000;
	margin: 1px;
	padding: 1px;
}
a:link {
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
