@charset "utf-8";
/* CSS Document */

<style type="text/css">
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #FFF;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align : left;
	color: #000;
	margin-left: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
}
a:link {
	color:#666;
    background-color : white ;
	text-decoration: none
}
a:visited {
	color : #636;
	background-color : white;
	text-decoration: none
}
a:hover {
	color : #999;
	background-color : white;
	text-decoration: none;
	text-align: center;
}
body {
	background-color: #999;
	text-align: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #000;
	margin: 10px;
}
