

a:active, a:link, a:visited{
 color: #8f00bf;
 text-decoration: none;
 }

a:hover{
 color: #8fbf00;
 text-decoration: none;
 }

body{
 color: #3f3f3f;
 background-image:  url("images/bg.gif")
 }

h1{
 font-size: 13px;
 color: #3f3f3f;
 font-weight: bold;
 }

h2{
 font-size: 10px;
 color: #3f3f3f;
 font-weight: normal
 }

h3{
 font-size: 11px;
 color: #bfbfbf;
 font-weight: normal
 }

hr{
 color: #8fbf00;
 }

td, tr{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 11px;
 font-style: normal;
 }