body {
	font: 14px "Tahoma";
	color: #000000;
	background-color: #E8DAB5;
}

table {
	font: 14px "Tahoma";
	color: #000000;
	background-color: #f3e4bd;
}

h1 {
	font: bold 18px "Baskerville Old Face"; 
	color: #000000;
	text-transform: uppercase;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font: italic;
	color: #000000;
	text-decoration: underline;
}

a:active {
	font: italic;
	color: #444444;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}