BODY {
	color : Black;
	font-family: Georgia, "Times New Roman", serif;
	font-size : x-small;
	background : Black;
}

TD {
	color : Black;
	font-family: Georgia, "Times New Roman", serif;
	font-size: x-small;
    background : #767676;
}

a:hover {
	color : #660000;
	text-decoration : underline;
}

a:link {
	color : #660000;
	text-decoration : none;
}

a:visited {
	color : #660000;
	text-decoration : none;
}

td.menu {
	text-align: center;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
	background: #252525;
}
	
td.content {
	border-bottom : 3px solid #767676;

}

td.header {
	text-align: center;
	border-top : 2px solid Black;

}

p.image {
	text-align: center; 
	background: black;
}