/* CSS Document */
body {
	background-color: #ffffff;
	font-family: arial;
}

body, td, th {
	color: #000000;
	font-family: Arial;
}

h1, h2 {
	font-family: Arial;
	color: #000000;
}

h3, h4, h5, h6 {
	color: #000000;
}

a  {
  font-family: georgia;
  text-decoration:underline;
  color:006633;
  font-style: italic;

}

a:hover {
  color: 006633; 
  font-family:georgia;
  font-weight:normal;
  letter-spacing:0px;
font-style: italic;}

