

<style>



a  {

	font-weight:  bold

} 

a:link { 

	text-decoration: none; 

	color: blue; }

a:visited { 

	text-decoration: none; 

	color: blue; }

a:hover { 

	text-decoration: none; 

	color: red; 

	background-color: #fef886; /* yellow; OR  #ffffcc; */

	font-weight: bolder; }



p {font-size:12pt; font-family: Arial, Helvetica, sans-serif; line-height:16pt;}

ul, ol, li {font-size:12pt; font-family: Arial, Helvetica, sans-serif; line-height:14pt; margin-bottom: 6px}

sup {vertical-align:super; font-size:60%}

sub {vertical-align:sub; font-size:60%}



.center {text-align:center;}





.vnav ul, .vnav ul li {

	margin: 0;

	padding: 0;

	list-style-type: none;

	display: block; }

.vnav ul {

	border: solid 1px #fafad2;

	border-bottom-width: 0; }

.vnav ul li {

	border-bottom: solid 1px #fafad2; }

.vnav ul li a {

	display: block;

	text-decoration: none;

	padding: 2px 10px;

	color: blue;

	background-color: #fafad2;

	font-family: arial, sans-serif; }

.vnav ul li a:hover {

	background-color: #fffab2;

	color: red; }

.vnav {

	margin-bottom: 1em; }







</style>

