h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000066;
}
p, td, ul, ol, li, dl, dd, .normal, dt {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000066;
}

a {
	color : #3333cc; text-decoration : none;
}

a:visited {
	color : #999999;
	text-decoration : none;
}

a:hover {
	color : red;
	text-decoration : underline;
}

a.nav {
	color : #ccccff; text-decoration : none;
}

a.nav:visited {
	color : #cccccc;
	text-decoration : none;
}
a.nav:hover {
	color : red;
	text-decoration : underline;
}

.update {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #ffffff;
}

.thispage {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #ffffcc;
}