@charset "UTF-8";
/* CSS Document */

body p {
	color: #000000;
	font:"Book Antiqua";
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 50px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	
}
a:hover {
	color: #3333FF;
	text-decoration: none;
	
}
a:active {
	color: #FF9900;
	text-decoration: none;
	
}
body h1 p strong {
	color: #000000;
}


body h2 {
	color: #990000;
}


