
html, body {
    background: #191919;
	font-family: Verdana; 
	font-size: 9pt;
	color: gray;
}

blockquote {
  margin: 16px 15px;
}

a:link , a:active , a:visited {
  color : #65802f;
  text-decoration : underline; 
} 

a:hover {
  color : #75903f; 
  text-decoration : none; 
} 

img.link {
   border: 1px;
}