body {
	color: #000000;
	background-color: #B3D2EE;
	background-image: url(../background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
A:link {
	color: #000000;
}
A:visited {
	color: #000000;
}
A:active {
	color: #0078c8;
}
A.menu {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
