a:link, a:visited {
	color:			#000062;
	text-decoration:	none;
}

a:hover {
	color:			#002200;
	font-weight:		bold;
	font-style:		italic;
	text-decoration:	none;
}

a:active {
	color:			Gray;
	font-weight:		bold;
	font-style:		italic;
	text-decoration:	none;
}

body {
	background:		#800019;
	color:			#000000;
	text-align: 		center;
}
body.list {
	background:		#800019;
	color:			#000000;
	text-align: 		left;
}

img {
	border:			0;
}

table {
	padding:		2;
}
td {
	padding:		4;
}
