
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3366CC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
