body {
   margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0;
	background-image: url(images/bg.jpg);
}

Table, TR, TD, DIV, P {
	font-family: "Goudy Old Style, Georgia, Times, Times New Roman, sans-serif";
	color : white;
	font-size : 11pt;
}

.footer {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color : white;
	font-size : 8pt;
}

A:Link {
	text-decoration: underline;
	color: red;
	font-weight: bolder;
}
A:Visited {
	text-decoration: none;
	color: white;
	font-weight: bolder;
}
A:Hover {
	text-decoration: none;
	color: white;
	background-color: red;
	font-weight: bolder;
}