body {
  font-family:'LucidaGrande',verdana,'Trebuchet MS',sans-serif;
  color:white;
  background-color:#84C25A;
  background-image:url(../img/bg.gif);
  font-size:12px;
  line-height:21px;
}
a:link, a:visited, a:active, a:hover {
  color:#c6c6c6;
}
h1 {
	font-size:28px;
	line-height:42px;
	font-weight:normal;
	font-family:'tradegothic condensed','helvetica condensed','arial narrow',narrow,sans-serif;
	margin: 30px 0 10px 0;
	text-transform:uppercase;
}
h2 {
  font-size:21px;
  font-weight:normal;
  font-family:'tradegothic condensed','helvetica condensed','arial narrow',narrow,sans-serif;
  margin:8px 0;
  text-transform:uppercase;
}
h3 {
  font-size:14px;
  font-weight:bold;
  margin:0px;
}
ul,ol {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  padding-left:18px;
}
li {
  margin-left:0px;
}
p {
  margin:0px;
}
body a:link {
  color:white;
}
body a:visited {
	color:#036;
}
body a:active, body a:hover {
	color:#F00;
}
