a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	font-weight : bold;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

h3 {
	color : #336600;
	font-size : 1.25em;
	text-align : left;
	padding-left : 20px;
	}

body {
	background-color : #e9f9ff;
	font-weight : normal;
	color : #0f0000;
	padding-left : 15px;
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	}

#page {
	background-color : #e0ffe6;
	padding-top : 7px;
	}

#text {
	margin-left : 190px;
	padding-bottom : 10px;
	}

#menu {
	float : left;
	width : 190px;
	background-color : #d9e9ef;
	background-color : #e0ffe6;
	padding-right : 5px;
	border-right : 1px solid #113300;
	margin-right : 5px;
	}

#menu li {
	font-weight : bold;
	color : #113300;
	}

p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	padding-right : 20px;
	padding-left : 25px;
	margin-top : -10px;
	}

#title {	
	text-align : center;
	}

#title p {
	margin-top: 0;
	}
	
.title {
	font-family : elephant, verdana, sans-serif;
	font-size : 30px;
	color : #4477dd;
	}

#credit {
	clear : both;
	}

#credit a {
	color : #0f0000;
	font-weight : normal;
	text-decoration : none;
	}