a:link {
	color: #B53B00;
	text-decoration: none;
}

a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover {
	background-color: #B4E74B;
	text-decoration: underline overline;
}

a:active {
	color: #FF0000;
}

body {
	background-attachment: fixed;
	background-color: #FFFFEE;
	background-image: url(../images/green.gif);
	background-repeat: repeat-y;
	margin-top: 0px;

}

.greenlink {
	background-color: #87BF15;
	text-decoration: overline;
}

