body {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(../background.jpg);
	background-color: #CCCC99;


}
a:link {
	color: #993300;
}
a:visited {
	color: #666600;
}
a:active {
	color: #CC3300;
}
a:hover {
	color: #CC3300;
}
h2 {
	text-align: center;
}
p {
	text-align: justify;
	font-size: 20px;
	line-height: 28px;

}

