body {
	background-image: url(images/background.jpg);
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #0077A2;
}
a:link {
	font-weight: normal;
	color: #0076a3;
	text-decoration: underline;
}
a:visited {
	color: #01ADED;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #8a8a8a;
}
.repeat-x {
	background-repeat:repeat-x;
}
.subs {
	font-size: 18px;
	color:#666666;
	font-weight:bold;
}