body {
	color: #302586;
	background: images/bg.jpg;
	font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px; 
	line-height: 150%;
}

A:link {
	COLOR: #302586;
          text-decoration: underline;
          font-weight: normal; 
}

A:visited {
	COLOR: #302586;
          text-decoration: underline;
          font-weight: normal; 
}
A:active {
	COLOR: #7ab503;
          text-decoration: underline;
          font-weight: normal; 
}
A:hover {
	 COLOR: #7ab503;
          text-decoration: underline;
          font-weight: normal; 
}



ul {
	list-style: none;
}

ul.leaf li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(../images/leaf-bullet.jpg) no-repeat 0 3px;
}

h1 {
	font-size: 180%;
         font-weight: bold; 

}

h2 {
	font-size: 150%;
         font-weight: bold;

}

h3 {
	font-size: 115%;

}

h4 {
	font-size: 100%;
         text-transform: uppercase;
}

