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 : #336600;
	font-size : 1.25em;
	text-align : center;
	}

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;
	}

dfn {
	font-weight : bold;
	text-decoration : underline;
	}

#menu {
	border-top : 3px #000000 solid;
	border-bottom : 3px #000000 solid;
	padding : 10px;
	margin-bottom : 20px;
	}

#content {
	width : 750px;
	margin-right : auto;
	margin-left : auto;
	}

#content td {
	color : #003333;
	font-family : verdana,arial;
	}

.author {
	color : #114400;
	font-size : 100%;
	text-align : center;
	}

.rimage {
	float : right;
	margin-left : 10px;
	}

.limage {
	float : left;
	margin-right : 10px;
	}

.item {
	clear : both;
	}

.hidden {
	display : none;
	}

table {
	margin-right : auto;
	margin-left : auto;
	}

td {
	text-align : center;
	vertical-align : top;
	}

hr {
	color : #330000;
	height : 2px;
	clear : both;
	}

#footer {
	clear : both;
	text-align : center;
	}