A:link {
	  color: #0000FF;
	  text-decoration: none;
}

A:visited {
	  color: #008000;
	  text-decoration: none;
}

A:active {
	  color: #FF0000;
	  text-decoration: underline;
}

A:hover {
	  color: #FF0000;
	  text-decoration: underline;
}

BODY {
  font-family: helvetica;
  font-size: 100%;
}

table {
  font-family: helvetica;
  font-size:100%;
}

font {
  font-family: helvetica;
  font-size: 100%;
}

h1 {
  font-family: helvetica;
  font-size: 135%;
 font-weight: bold;
}

h2 {
  font-family: helvetica;
  font-size: 105%;
 font-weight: bold;
}

h6 {
  font-family: helvetica;
  font-size: 72.5%;
 font-style: italic;
  font-weight: normal;
}