table {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	font-style: normal;
	font-weight: normal;
	background-image:  url("images/background.jpg");
	color: #000000;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #990000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #003333;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003333;
}
body {
	background-color: #E4B438;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.footer {
	font-size: xx-small;
}
.floatright {
	float: right;
}

