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 : #d3ffd3;
	width : 800px;
	font-weight : normal;
	color : #0f0000;
	padding-left : 15px;
	}

caption {
	font-weight : bold;
	}

h1 {
	color : #114400;
	text-align : center;
	}

h2 {
	color : #336600;
	text-align : center;
	}

h3 {
	color : #336600;
	font-size : 1.25em;
	text-align : center;
	padding-top : 20px;
	}

h4 {
	color : #663333;
	font-size : 1.25em;
	text-align : left;
	clear : both;
	}

h5 {
	color : #663333;
	font-size : 1.1em;
	padding-top : 15px;
	text-align : left;
	}

p,li {
	font-family : georgia, "Times New Roman", serif;
	font-size : 120%;
	line-height : 130%;
	}

li {
	padding-top : 5px;
	}

dfn {
	font-weight : bold;
	text-decoration : underline;
	}


#footer {
	text-align : center;
	}

#contact {
	border : 4px #114400 solid;
	width : 600px;
	margin-left : auto;
	margin-right : auto;
	padding-left : 20px;
	}
		
.footer {
	clear : both;
	}

.image {
	float : left;
	margin-right : 10px;
	padding-right : 10px;
	clear : both;
	}

.item {
	clear : both;
	}

.name {
	color : #663333;
	font-size : 1.25em;
	font-weight : bold;
	}

.hidden {
	display : none;
	}

.text {
	float : right;
	}

sup {
	font-size : 70%;
	}

hr {
	width : 400px;
	color : #336600;
	clear : both;
	}
	
table{
	margin-left : auto;
	margin-right : auto;
	}
 
td {
	text-align : center;
	}

li li {
	list-style-type : none;
	}

