@import "full.css";

body{
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000000;
}

a{
	color:#0099CC;
}
a:visited{
	color:#0099CC;
}
a:hover	{
	color:#00CCFF
}
strong{
	color:#000066;
	font-weight:normal;
}

#topnav{
	font-size:10px;
}
#htitle{
	font-size:3.3em;
	font-weight:normal;
	font-family:georgia,sans-serif;
}
#htitle a{
	text-decoration:none;
	color:#00003c;
}
#topnav p{
	font-size:0.9em;
	color:#000066;
}

#content{
	font-size:0.7em;
}
#content h1{
	font-family:georgia,serif;
	font-size:170%;;
	font-weight:normal;
	color:#000066;
}
#content h2, #content h3{
	font-size:100%;
	font-weight:bold;
	color:#000066;
}

#ft{
	font-size:0.7em;
	color:#0086B3;
}
