<!--

a:link, a:visited {
	font-family : Georgia, Arial, Sans-serif;
	font-weight : bold;
	color: black;
}

a:hover {
	font-family : Georgia, Arial, Sans-serif;
	font-weight : bold;
	color: #009966;
}

body {
	background-image : url(../images/brown155.jpg);
}

h1 {
	text-align: center;
	color: #cc9900;
}

h2 {
	text-align: center;
	color: #cc9933;
}

h3 {
	text-align: center;
	color: #663300;
}

li {
	font-family : Sans-serif, Verdana, Georgia, Arial;
	font-size : 14px;
	font-weight: bold;
	color : #6699cc;
	line-height: 150%;
}

p {
	font-family : Sans-serif, Georgia, Verdana, Arial, Helvetica, Geneva;
	font-weight : bold;
	margin : 7px 5%;
}

-->