BODY {
	margin: 5px;
	padding : 0px;
	background-color : White;
	font-family : Verdana, sans-serif;
	font-size : xx-small;
}
h1 {
		color : #990000;
	text-align : center;
	font-family : Verdana, sans-serif;
	font-size : x-large;
}
h2 {
	color : #990000;
	text-align : center;
	font-family : Times New Roman, serif;
	font-size : large;
}
h5 {
	font-family : Verdana, sans-serif;
	font-size : xx-small;
	font-weight : bold;
	margin-left : 5px;
}
h6 {
	color : Silver;
	text-align : center;
	font-family : Verdana, sans-serif;
	font-size : 6pt;
}
p {
	font-family : Verdana, sans-serif;
	font-size : xx-small;
	margin-left : 5px;	
}
.top {
	width : 780px;
	height : 80px;
	background-color : #ccffcc;
}
.top-banner {
	width : 780px;
	height : 60px;
	background-color : #ccffcc;
}
.column {
	width : 780px;
}
.left-column {
	float : left;
	width : 170px;
	height : 800px;
	background-color : #ccffcc;
}
.right-column {
	float : right;
	width : 610px;
	height : 800px;
}
.bottom {
	width : 780px;
	height : 40px;
	margin-top : 5px;
	background-color : Aqua;
	clear : both;
}
A {
	color : Blue;
}

A:HOVER {
	color : Fuchsia;
}
