body {
	margin: 5px 0px 0px 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#d5ad7d;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-weight: bold;
}

