BODY {
	background-color : Black;
	font-family: Verdana;
	font-size: 11px;
	color: #FFDEAD;
}

A {
	font-family: Verdana;
	font-size: 11px;
	color: #FFD700;
	text-decoration: none;
}

A:HOVER {
	font-family: Verdana;
	font-size: 11px;
	color: Yellow;
	text-decoration: none;
}

.table {
	background-color : Black;
	font-family: Verdana;
	font-size: 11px;
	color: #FFDEAD;
}
.image {
	border: White;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: none;
}