a:link {
        font-weight:normal;
/*      color:#accca3; */
        color:#244420;

        text-decoration:underline;
}

a:hover {
        font-weight:normal;
        color:#0000ff;
        background-color:#ffffaa;
        text-decoration:none;
}

a:visited {
        font-weight:normal;
        color:#440044;
        text-decoration:solid;
        text-decoration:underline
}

body {
        font-family:Arial, Helvetica, sans-serif;
	display:block;
/*	color:#002288;
*/      color:#222222;
	background: #eeeeee;
	font-size:14pt;
	margin: 2em;
	line-height: 1.4;
}

h1, h2, h3 {
	padding-left:1em;
        padding-top:0.2em;
        padding-bottom:0.2em;
	background: #ddddee;
	color:#003399;
}

h1 {
	font-size:30pt;
}

h2 {
	font-size:20pt;
}

h3 {
	font-size:16pt;
}

h3.a:link {
	font-weight:bold;
        color:#003399;
}

h3.a:visited {
	font-weight:bold;
        color:#003399;
}

p {	
	padding-left:1em;
	padding-right:1em;
	font-size:14pt;
}

table {
	width:840px;
}

li {
	font-size:14 pt;
}

img {
	padding:5px;
	border-radius:5px;
}