body {
	background-image:  url(Images/bg.jpg);
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800000;
	text-decoration: none;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #800000;
	
}
a:visited{
	text-decoration: none;
	color: #800000;
}

a:active{
	text-decoration: none;
	color: #800000;
}

a:hover{
	color: #800000;
	text-decoration: underline;
}
