

//base styles
// fixed fonts:  use px
// variable fonts:  use pt





td { 
  font-family: Verdana MS,sans-serif;   
  font-size: 12pt; 
  line-height 1.2em;
  font-weight: normal; 
  color: black; 
  }
  
  
p {

	 font-family: Verdena MS;
     font-size: 9pt;
	 font-weight: normal;
     color:black;
     padding-right: 75px;	 
}
 
  



a {
	color: black;
	text-decoration: none;
}


a:link {
	color: green;
	text-decoration: none;
}


a:visited {
	color: maroon;
	text-decoration: none;
}



a:hover {
	color: blue;
	text-decoration: underline;
}



a:active {

	color: maroon; 
	text-decoration: none;
}





.copyright {

   font: 8pt Verdana MS;
   color:black;text-align: center;
   position: absolute;
   top: 1050px;
   left:350px;
}





