

 
body {
 font-family: Verdana;
  text-align: center;
  font-size: 10pt;
  color: #914800;
 }

p {
 font-family: Verdana;
 font-size: 10pt;
 text-align: center;
 }
 
 A:link
{
    COLOR: #914800;
    TEXT-DECORATION: none;
	 font-weight: bold;
	 
}

A:visited
{
    COLOR: #914800;
    TEXT-DECORATION: none;
	 font-weight: bold;
}
A:active
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	 font-weight: bold;
}
A:hover
{
    COLOR: #494955;
	 font-weight: bold;
}
