BODY, TD {
	background: navy;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
	scrollbar-3d-light-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-dark-shadow-color : #999999;
	scrollbar-face-color : blue;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
}

TD.logo {
	background-color: white;
}

TD.latest {
	background: Aqua;
	color: Blue;
}

H2 {
	font-size: 24px;
	color: #87CEFA;
}

H2.latest {
	color: Blue;
}

H3 {
	font-size: 20px;
	color: #87CEFA;
}

H4 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
}

A.latest {
	color: Green;
}

A {
	text-decoration: none;
	color: aqua;
}

A:Visited {
	text-decoration: none;
	color: Aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}

.menu {
	text-align: left;
}
