@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.larger {
	font-size: 18px;
	font-weight:bold;
}
.foot {font-size: 10px}
.large {
	font-size: 16px;
	font-weight: normal;
}
.smaller {
	font-size: 5px;
}
.header {
	font-size: 24px;
}
.red { color: #FF0000; }
