A {
	color: maroon;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #009058;
	font-weight: bold;
	text-decoration: underline;
}
body {
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: maroon;
}

body ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: maroon;
	margin: 2px 0 2px 0;
	text-align: right;
}

 body li{
	margin: 1px 0 1px 0;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	color: maroon;
}

