h1 {
   color: #003767;
   text-align: center;
   font-family: sans-serif;
   font-size: 150%;
   line-height: 125%
}


h2 {
   color: #003767;
   text-align: center;
   font-family: sans-serif;
   font-size: 110%;
   line-height: 120%;
}

h3 {
   color: #003767;
   text-align: center;
   font-family: sans-serif;
   font-style: italic;
   font-size: 110%;
   line-height: 110%;
}


p, ul {
   color: #000000;
   text-align: left;
   font-family: sans-serif;
   font-size: 90%;
   line-height: 150%
}

p.center {
   color: #000000;
   text-align: center;
   font-family: sans-serif;
   font-size: 90%;
   line-height: 150%
}

p.copyright {
   color: #000000;
   text-align: center;
   font-family: sans-serif;
   font-size: 60%;
   line-height: 120%;
   margin: 3px;
}

p.news { color: white; }

  	.news A:link { color: white; text-decoration: underline; }
	.news A:visited { color: white; text-decoration: underline; }
	.news A:active { color: white; text-decoration: underline }
	.news A:hover {text-decoration: underline; color: red;}

</style>