a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

body{
	background-color : #f0ffff;
	width : 1000px;
	font-weight : normal;
	color : #0f0000;
	}

h2 {
	color : #336600;
	font-size : 1.75em;
	text-align : center;
	}

h3 {
	color : #111144;
	font-size : 1.25em;
	text-align : center;
	}

#header h3 {
	color : #336600;
	}

h4 {
	color : #336600;
	margin-bottom : -1px;
	font-size : 1.1em;
	}

p {
	color : #330000;
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	margin-top : 1px;
	padding-left : 0.5em;
	}

li {
	color : #111144;
	line-height : 120%;
	}

#content {
	width : 750px;
	margin-right : auto;
	margin-left : auto;
	}


#alphabar {
	font-size : 1.5em;
	text-align : center;
	}


hr {
	color : #330000;
	height : 2px;
	clear : both;
	}

#footer {
	clear : both;
	text-align : center;
	}