BODY {
	font-family: arial narrow, helvetica;
	font-size: 12pt;
	background-color: #FFFFFF;
	margin: 0px;
}


H1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-size: 12pt;
	font-weight: bold;
}

A { 
	text-decoration: none 
}

A:link { 
	background: transparent none; 
	color: #4A6824;
	font-weight: bold;
}

A:visited { 
	background: transparent none; 
	color: #777777;
	font-weight: bold;
}

A:active { 
	background: #A5CE6B; 
	color: #4A6824;
}

.panel {
	border: solid; 
	border-width: thin; 
	border-color: black;
}

