a {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:active {
	color : #ff0000;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

h2{
	color : #336600;
	text-align : center;
	}

h3{
	color : #336600;
	text-align : center;
	}
h4{
	color : #663333;
	font-size : 1.25em;
	text-align : left;
	}

h5{
	color : #336600;
	font-size : 1.25em;
	text-align : left;
	clear : both;
	}

body{
	background-color : #d3ffd3;
	font-weight : normal;
	color : #0f0000;
	}

#table{
	width : 650px;
	line-height : 140%;
	}

.image{
	float : left;
	margin-right : 10px;
	}

.item{
	clear : both;
	}




