body {
	background-color: #FFFF00;
}
.Page {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	font-size: large;
	text-align: right;


}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: small;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #0000FF;
	font-variant: small-caps;
	font-size: small;


}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #990066;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: small;
}
a:active {

	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: small;
}
.tableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CC;
}
