TD {
	font-family : "Georgia";
	font-size: 100%;
	font-weight: normal;
	background : transparent;
	border : 1px solid silver;
}
.noborder{
	border: 0px;
}
	
}

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

