body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 10px;
	}
	.bold {
	font-weight: bold;
}

/** LINKS */


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #00204F;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


