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

        text-decoration:none;
}

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

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

body {
        font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#002288;
	background: #eeeeee;
	font-size:10pt;
	margin: 2em;
}

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

h1 {
	font-size:30pt;
}

h2 {
	font-size:20pt;
}

h3 {
	font-size:16pt;
}

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