body, td, a, h1,h2,h3,h4,h5,input,form, textarea,select {
  font-family: courier;
  font-size: 10pt;
  font-style: normal;
  line-heigth: 12pt;
  font-weight: normal;
  font-variant: normal;
  color: #CCCCCC;
  background-color: #000000;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  line-heigth: 15pt;
}

a, a:hover, a:visited {
  font-weight: bold;
  color: #00CC00;
  text-decoration: none
}

a:hover {
  color: FFFFFF; <!--#4444FF;-->
}

.ggcode {
	font-family: Courier;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
}


