@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left:4px;
	margin-bottom: 0.5em;
	ondragstart="return false" 
	onselectstart="return false"
	oncontextmenu="return false"
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 122%;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #006699;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-style: normal;
	font-weight: normal;
	line-height: 105%;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-indent:15px;
	line-height:80%;
}

#container {
	width: 755px;
	margin-left:0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #CC66CC;
}
a:active {
	color: #CC66CC;
}

