@charset "utf-8";
/* CSS Document */
body {
	background-image: url('graphics/background.jpg'); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-color: #4c4c4c;
	color:#000000;
	font-family: Verdana,Tahoma,Arial,sans-serif,Helvetica;
	font-size: 12px;
}
<style type="text/css">
<!--
html { scrollbar-face-color: #4c4c4c;
scrollbar-highlight-color: #4c4c4c;
scrollbar-shadow-color: #4c4c4c;
scrollbar-3dlight-color: #4c4c4c;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #4c4c4c;
scrollbar-darkshadow-color: #4c4c4c;
}
/-->
</style>

a:link {
color: #000000;
text-decoration: none;
		}
a:visited {
color: #000000;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
.block {
	text-align: justify;
}
