BODY {
   background: #fff;
   font-family: Times New Roman, serif;
   color: #000;
   margin-left: 10%;
   margin-right: 10%;
}

H1, H2 {
	border-bottom: medium inset #ccf;
	font-family: Verdana, Arial, sans-serif;	
	margin-left: 0%;
}

P {
	font-family: Times New Roman, serif;
}

P.navbar {
	font-family: Times New Roman, serif;
	background: #ddf;
	color: #000;
}

P.banner {
	background: #ddf;
	color: #000;
	font-family: Times New Roman, serif;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 600; 
	border: thin solid #006;
	padding: .2em;
	}
	
A:link {
	background: #ffc;
	color: #00a;
	}
	
A:visited {
	background: #ffc;
	color: #90a;
	}
	
p.navbar A:link {
	background: #ddf;
	color: #00a;
	}
	
p.navbar A:visited {
	background: #ddf;
	color: #90a;
	}