body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	background: #AACCAA;
}

h1 {
	color: #006600;
	font-size: large;
	font-weight: bold
}

h2 {
	color: #006600;
	font-size: medium;
	font-weight: bold;
}

td {
	text-align: justify;
	font-size: small;
	background: #EEFFEE;
}

a:link {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}

a:link.no {
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}

a:visited.no {
	text-decoration: none;
}

a:active {
	color: #00AA00;
	text-decoration: underline;
	font-weight: bold;
}

a:active.no {
	text-decoration: underline;
}

a:hover {
	color: #00AA00;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.no {
	text-decoration: underline;
}

