TD {
	font-family : "Georgia";
	font-size: 100%;
	font-weight:bold;
	background : transparent;
	border : 1px solid silver;
	color: silver;
}

H1, H2, H3, H4, H5 {
	background-color: transparent;
	font-family: "Georgia; Times New Roman";
	color: White;
	
}
A {
	color: Red;
	text-decoration: none;
	
}
A:Hover {
	color: white;
	text-decoration: none;
}
Body {
	background : #000033;
	font-family: "Georgia";
	font-weight: bold;
	color: white;
}