body {
	margin: 0; 
	padding: 0;
	background-color: #e0e0e0;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 375px;
}
.style4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: green;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}


