.nav {
	font-family : "Comic Sans MS";
	color : Blue;
}
H3 {
	color : White;
	font-size : 13px;
	list-style-type : circle;
}
TABLE {
	vertical-align : top;
	font-size: 11px;
}

TR {
	vertical-align : top;
	font-size : 11px;
}
TD {
	font-size : 11px;
	vertical-align : top;
}


.subtitle {
	color : Blue;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
}

BODY {
	color : #000000;
	font-family : Tahoma;
	background : White;
	font-size : 11px;
}

H2 {
	border-bottom : thin solid #336699;
	font-size : 15px;
	color : #336699;
}

A:LINK {
	color : Navy;
	font-weight : bolder;
	text-decoration : none;
}

A:VISITED {
	color : Navy;
	text-decoration : none;
	font-weight : bolder;
}



A:HOVER {
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	color : Red;
}


.keyword {
	font : bold;
	color : Black;
	text-decoration : underline;
	font-size : 13px;
}

p { vertical-align : top; ; font-size: 11px }
a:active {  font-weight: bold; color: #FF0000}

