html, body, #container {
  background-color: #99cc99;
  margin-top: 15px;
  color: slategray;
  font-size: x-small;  /* for IE5/WIN */ 
  voice-family: "\"}\"";
  voice-family: inherit;
  font-family: "Verdana","Helvetica", sans-serif; 
  font-size: small; /* for compliant browsers */
  }
  html>body { /* be nice to Opera */
  font-size: 11px; 
  }
}
h2 {
color: #99cc99; 
font-size: 20px;
font-weight: 300; /* 600-900 = bold */
} 


a:link {
	color: #99CC99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC99;
}
a:hover {
	text-decoration: none;
	color: #F54A99;
}
a:active {
	text-decoration: none;
	color: #99CC99;
}
a {
	font-size: 11px;
	color: #99CC99;
}
.style2 {font-size: 11px}
.style3 {
	color: #99CC99;
	font-size: 22px;
}
.style4 {
	font-size: 16px;
	color: #99CC99;
}
.style5 {
	font-size: 13px;
	color: #99CC99;
}