body, td, a, h1,h2,h3,h4,h5,input,form, textarea,select, li {
  font-family: arial;
  font-size: 12pt;
  font-style: normal;
  line-height: 14pt;
  font-weight: normal;
  font-variant: normal;
  color: #FFFFFF;
  background-color: #AB49A0;
}

h1,h2,h3,h4,h5 {
  font-size: 16pt;
  font-weight: bold;
  line-height: 18pt;
}

li {
  line-height: 18pt;
}

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

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

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


