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