body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 2cm;
	margin-left: 10px;
	margin-right: 10px;
	background-attachment: fixed;
	background-image: url(Prosbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F8F8F8;
	
}
	
	
A:link {
	font-weight: bold;
	font-size: large;
	COLOR: #C72530;
	TEXT-DECORATION: none;
	font-family: "Times New Roman", Times, serif;
}
A:visited {
	font-weight: bold;
	font-size: large;
	color: #B3B2AE;
	font-family: "Times New Roman", Times, serif;
}
A:active {
	COLOR: #370A0F;
	font-size: large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
A:hover {
	COLOR: white; background: black;
	font-size: large;
	TEXT-DECORATION: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
	
