body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E2A01;
}
h1 {
	font-size: 18px;
	color: #3366FF;
}
h2 {
	font-size: 16px;
	color: #3366FF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	visibility:hidden;
}
.white {
  background-color : white;
}

.black {
  background-color :#DCDCDC;
}

.bg_dark {
  background-color : #D1D1D1;
}

.bg_medium {
  background-color : #53714B;
}

.bg_light {
  background-color : #72916A;
}

.alt_bg_dark {
  background-color : #D1D1D1;
}

.alt_bg_medium {
  background-color : #53714B;
}

.alt_bg_light {
  background-color : #72916A;
}
a:link {text-decoration:none; color: #FFE38D;}
a:hover {text-decoration:underline; color: red;}
a:active {text-decoration:none; color: green;}
a:visited {text-decoration:none; color: #FFE38D;}

#featured {
background-image: url(images/featured.jpg);
background-position:top-left; 
background-repeat:no-repeat; 
padding-left:10px; 
padding-right:10px;
padding-top:20px;
padding-bottom:10px; 
width:350px; 
height:197px;
}
