body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(background.gif);
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body, td, th {
	font-size: 12px;
	line-height: 22px;
	font-family: Georgia, Times New Roman, Times, serif;
}
.red_header {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.large_header {
	font-size: 48px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}