body         { font-family: Verdana, Arial, Helvetica;
               font-size:12;
               margin-left: 5; margin-right: 5 }
p
{   font-family: Verdana, Arial, Helvetica;
    font-size:12;
}
h1
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119);font-size:18;

}
h2
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119);font-size:16; 
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119); font-size:16; 

}
h4
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119);font-size:16; 

}
h5
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119);font-size:16; 

}
h6
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,119);font-size:16; 

}
/* Sets the style for unvisited links. */
a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  }
/* Sets the style for visited links. */
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;

}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000000;
  text-decoration: underline;
  font-size: 10px;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000000;
  font-size: 10px;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
}
