<style type="text/css">
body	{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	}

P {font-family: Arial, Helvetica;
   font-size: 14px;
   color: black;
  }

H1 {font-family: Times New Roman, Times;
    font-size: 20px;
    font-weight: bold;
    color: #000077;
   }

H2 {font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: black;
   }

A {font-family: Arial, Helvetica;
  }

TD {font-family: Arial, Helvetica;
   font-size: 14px;
   }

.textbold {font-family: Arial, Helvetica;
   font-size: 14px;
   font-weight: bold;
  }
.textsmall {font-family: Arial, Helvetica;
   font-size:12px;
  }

A:link 	{
	color: blue;
	text-decoration: none;
	}

A:visited 	{
	color: blue;
	text-decoration: none;
	}

A:hover {
	color: red;
	text-decoration: none;
	}

</style>
