body {
	 /* Gets rid of margins in space around page's content */
	 margin: 0;
	 /* Selects font for the page */
	 font-family: Arial, Helvetica, sans-serif;
	 /*Selects color for body text */
	 color: #08397B;

	 /* Selects the background color of the page. */
	 background-color: #FFFFFF;
	 }
	p, td {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #08397B;
	 font-size: 10pt
	 }
h1	{
	 /* Selects font for the tag */
	 font-family: Arial, Helvetica, sans-serif;
	 /*Selects color for body text */
	 color: #009900;
	 font-size: 10pt
	 text-decoration: None
	 font-weight: normal
	 
	 }
A:link
{
  FONT-WEIGHT:  bold;
  FONT-SIZE: 12px;
  COLOR: #08397B;
  FONT-FAMILY: arial;
  TEXT-DECORATION: none
}
A:visited
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  COLOR: #08397B;
  FONT-FAMILY: arial;    
  TEXT-DECORATION: none
}
A:active
{
  FONT-WEIGHT:  bold;
  FONT-SIZE: 12px;
  COLOR: #08397B;
  FONT-FAMILY: arial;   
  TEXT-DECORATION: underline
}
A:hover
{
  FONT-WEIGHT:  bold;
  FONT-SIZE: 12px;
  COLOR: #08397B;
  FONT-FAMILY: arial;  
  TEXT-DECORATION: underline
}	 
