A {
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: #009058;
	font-weight: bolder;
	text-decoration: underline;
}
body
{
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}