/* CSS Document */

html {background-color: #919148;}

body {
	width: 800px;
	margin: 25px 25px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; text-align: left;
	background-color:#919148;
}

p {
	font-size: .95em;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}
h1 {font-size: 1.7em; font-weight: bolder; text-align:left; color: #CC0000; padding: 0px 0px 0px 0px;}
h2 {font-size: 1.3em; font-weight: bold; text-align:left; color: #000000; padding: 0px 0px 0px 0px;}
h3 {font-size: .95em; text-align:left; color: #000000; padding: 0px 0px 0px 0px;}

a {
	text-decoration: none;
	}
a:link {
	font-size: .75em;
	font-weight: bold;
	color:#333300;
	}
a:visited {
	font-size: .75em;
	font-weight: bold;
	color:#333300;
	}
a:hover {
	font-size: .75em;
	font-weight: bold;
	color:#CC0000;
	}
hr {color:#333300
    }
li {font-size: .95em;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
    }
