body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #71746b;
}
.style2 {
    font-family:Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: 71746b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 71746b;
}
a:hover {
	text-decoration: none;
	color: 71746b;
}
a:active {
	text-decoration: none;
	color: 71746b;
}
body {
	background-color: #8D9484;
}