a:link {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: line-through;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
body {
	color: black;
	background-color: #E4E4E4;
	background-image: url('(EmptyReference!)');
	background-position: 100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
}
.sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
