a:link, a:visited {
	color: #809F80;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

body {
	background-color: #CCCCCC;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: medium;
	margin: 20px;
	color: #000000;
}

h1 {
	color: #E0FFE0;
	letter-spacing: 0em;
	font-weight: normal;
}

h2 {
    color: #506F50;
    font-size: large;
    font-weight: bold;
}

h3 {
    color: #506F50;
    font-size: medium;
    font-weight: bold;
}