body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images09/background.jpg);
	background-repeat: no-repeat;
	background-position:bottom;  
	background-attachment:fixed;
	background-color: #000000;
}
h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 30px;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
}
p {
    font-size: 12px;
    color: #FFFFFF;
	background-color: #D4C5A3;
}
b {
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
		color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #EBF69C;
}
a:active {
	text-decoration: none;
	color: #EBF69C;
}
