/* CSS Document */

body {
	margin:0px;
	/*background-color:#003300;  nice deep green 003300 */
	background-image:url(../images/background.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#663300;
	text-align:center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#CC3300; /*orange */
	text-align:left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#006633; /*green */
	text-align:left;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#663300;
	
	
}
.indent {
	padding-left:10px;
}
a:link {
	color:green;
	text-decoration:none;
}
a:hover { COLOR: #cc5000; FONT-WEIGHT: none; TEXT-DECORATION: underline }

a:visited { color: green; font-weight: none; text-decoration: none }

a:visited:hover { COLOR: #cc5000; FONT-WEIGHT: none; TEXT-DECORATION: underline }

.quote {
	font-weight:bold;
	font-style:italic;
	color: #663300;
}
.emphasis {
	font-weight:bold;
	color: #CC3300;
}
.img_title {
	font-weight:bold;
	font-size:small;
	color:#663300;

}
#footer {
	margin:10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
}
