body {padding:20px;margin:auto;font-family:times, serif;font-size:11pt;color:#111111;text-align:left;background:white}

#navbar{border-top:1px dotted black;width:250px;float:left;margin:10px}
.navlink{padding:5px;border-bottom:1px dotted black;margin:0px;font-size:9pt;}
.activenavlink{padding:5px;border-bottom:1px dotted black;background:#eeeeee;margin:0px;font-size:9pt;}
#content{width:530px;margin:10px;}

p{text-align:justify;}

p.title{font-style:italic;}

h2{border-bottom:1px solid black;}

a:link 
{
	color:#191970;
	text-decoration: underline;
}
a:visited 
{
	color:#191970;
	text-decoration: underline;
}
a:hover 
{
	color:red;
	text-decoration: underline;
}
a:active 
{
	color:#191970;
	text-decoration: underline;
}

a.nav:link 
{
	color:#191970;
	text-decoration: none;
}
a.nav:visited 
{
	color:#191970;
	text-decoration: none;
}
a.nav:hover 
{
	color:red;
	text-decoration: underline;
}
a.nav:active 
{
	color:#191970;
	text-decoration: none;
}