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;
	}

h2 {
	text-align : center;
	}

h3 {
	text-align : center;
	color : #555577;
	}

h4 {
	clear : both;
	}

body {
	background-color : #e9f9ff;
	font-weight : normal;
	color : #0f0000;
	padding-left : 15px;
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	}

hr {
	margin-bottom : 10px;
	clear : both;
	}

.text {
	margin-left : 140px;
	padding-bottom : 10px;
	}

#footer {
	clear : both;
	}

#footer p {
	margin-top : 0;
	}

.item {
	clear : both;
	}

.image {
	float : left;
	margin-right : 10px;
	}

p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	padding-right : 20px;
	padding-left : 25px;
	margin-top : -10px;
	margin-bottom : 12px;
	}

table {
	border-top : 5px #99cc99 solid;
	border-left : 5px #99cc99 solid;
	border-right : 5px #009933 solid;
	border-bottom : 5px #009933 solid;
	margin-right : auto;
	margin-left : auto;
	padding : 10px;
	text-align : center;
	}

td {
	border : 1px #009933 solid;
	padding : 10px;
	}

td p {
	margin-top : 0;
	}

