body {
    background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial;
	font-size: 10px; 
	color: #222222;
}
h3 {
	font-family: Arial;
	font-size: 16px; 
	color: #333333;
}
p {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: #FFFFFF;
}
a:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
