@import "/global.css";

* {	margin:0;padding:0;}
Body {
	color:#000000;
	background-color:#FFFFFF;
	font: 1em/1em Tahoma,sans-serif;
	}
a {	text-decoration:none;}
a:link {
	color:#000000;
	border-bottom: #6183AC solid 1px;
	}
a:visited {
	color:#111111;
	border-bottom: #BEBEBE solid 1px;
	}
a:hover {
	color:#AAAAAA;
	}
h1 {
	width:400px;
	height:109px;
	text-indent:-9000px;
	background: #FFFFFF url(Knotts.jpg) center top no-repeat;
	margin: 10px 0;
	}
h2 {
	font-family: Garamond,Georgia,"Times New Roman",Times,serif;
	font-size: 1em;
	line-height: 1.2em;
	}

#center {
	width:400px;
	margin: 2em auto;
	}
#content {
	width:400px;
	text-align:justify;
	border: 1px solid #000000;
	padding: 6px 10px 10px;
	}

#content p {
	font-size: 0.8125em;
	line-height: 1.3846em;
	margin: 0 0 0.6154em;
	}
ul {
	list-style-type:none;
	}
.fifty {
	width:50px;height:50px;
	}