body {    
    margin: 0 7% 0;
    font-family: Arial, Helvetica, sans-serif;
font-size: 1em; 
    line-height: 180%;
    color: rgb(191, 191, 191);
    background-color: #006699 }
   
  h1 {
    font-family: Arial, Helvetica, sans-serif }
   h2 {
    font-family: Arial, Helvetica, sans-serif }
  h3 {
    font-family: Arial, Helvetica, sans-serif }
  h4 {
    font-family: Arial, Helvetica, sans-serif } 
 
 a:link {
	color: #3399CC;
	text-decoration: none;

	background-color: transparent }
	
a:visited {
	color: #3399CC;
	text-decoration: none;

	background-color: transparent }
	
a:hover { color: #6699CC;
text-decoration: none;
	font-style:italic;
	background-color: transparent}
	
a:active {
	color: #6699CC;
	text-decoration: none;
	font-style:italic;
	background-color: transparent }

