

A {
	color : #009F00;
}

A:VISITED {
	color : #733600;
}

A:HOVER {
	text-decoration : underline;
	color : #06A8FF;
}

A.navbar
{
	font : bold 20px "Courier New" Courier monospace;
	text-decoration : none;
	padding-right : 15px;
}

A.navsub
{
	font : 13px "Courier New" Courier monospace;
	text-decoration : none;
}

H1 {
	color : Black;
	font : bold 18px "Courier New", Courier, monospace;
	border-bottom : 1px dotted #06A8FF;
}

H2 {
	color : Black;
	font : bold 15px "Courier New", Courier, monospace;
}

BODY, TD {
	background : #FAFAFA;
	font : 13px Verdana Geneva Arial Helvetica sans-serif;
	color: #000000;
}
.pagetitle {
	font : bold 24px/30px "Courier New", Courier, monospace;
	border : 1px dotted #25EBFF;
	background : #F6F6F6;
	padding : 3px 3px 3px 3px;
}

.details{
	margin : 15px;
}

.sitemain{
	list-style : disc outside;
}

.sitesub{
	list-style : disc outside;
	margin-left : 10px;
}