body {
	background-attachment: scroll;
	background-color: #D00000;
	background-image: url(images/backg.jpg);
	background-repeat: repeat-x;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #D00000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
