body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none; color:fuchsia;}
a:visited {
	text-decoration: none; color:#FF0099}
a:hover {
	text-decoration: none; font-style:italic; font-weight:bold;	}
a:active {
	text-decoration: none; color:red; }
	
h1 { font-family:'Arial black'; font-size:30px; text-transform:uppercase; letter-spacing:2.0em;  text-align:center; }
h2 { font-family:'Arial black'; font-size:20px; text-transform:uppercase; letter-spacing:0.35em;  text-align:center; }
h3 { font-family:'Arial'; font-size:19px; text-transform:uppercase; letter-spacing:0.20em; background-color:#999999; color:white; display:inline}
h4 { text-align:center; font-family:'Arial'; font-size:19px; text-transform:uppercase; letter-spacing:0.20em; background-color:#999999; color:white; display:inline}

h5 {  font-family:'Arial'; font-size:16px; text-transform:uppercase; letter-spacing:0.20em; background-color:black; color:white; display:inline}
div { text-align: justify; margin-left: auto; margin-right:auto;  padding-left:20%; padding-right:20%; }


