body {
		background-color: #FFFFFF;
		}

H3 { 
		font-size: 1.2em;
  		font-family:  Arial, Helvetica;
		color: #336666;
		}
H4 {
		font-size: 1.0em;
		font-family:  Arial, Helvetica;
		color: #336666;
		}

td {
		font-family:  Arial, Helvetica;
		font-size: 1em;
		color: #004400;
		}

A:link { 
		text-decoration : underline;
		color : #009900;
		}
A:visited {
		text-decoration : underline;
		color : #004400;		
		}
A:active {
		text-decoration : none;
		color : #00ee00;		
		}
A:hover {
		text-decoration : none;
		color : #00ee00;		
		} 

li {
		margin-top: 0.6em
		}

.notice {
		color: red;
		font-weight: bold;
		}

