body, td, th, tr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin:0px;
	background-image:url('background.jpg');
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.footer:link {
	color: #517106;
	font-size:12px;
	text-decoration: underline;
}
a.footer:visited {
	font-size:12px;
	text-decoration: underline;
	color: #517106;
}
a.footer:hover {
	font-size:12px;
	text-decoration: underline;
	color: #333333;
}
a.footer:active {
	font-size:12px;
	text-decoration: underline;
	color: #333333;
}

h1 {
	font-size: 18px;
	color:#980506;
}

hr{ 
height: 1px; 
border-style: dotted;
color: #980506;
}
