﻿body {
	background-color:transparent;
	margin-left: 25px;
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	font-weight:500;
}

a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
} 
a:active {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: white;
	background-color: #993300;
	font-weight: bold;
}

h1 {
font-size: 300%;
font-weight: 800;
color: #993300;
	height: 394px;
	margin-left: 80px;
}

h2 {
	font-size: 250%;
	font-family: "Arial Black";
}

h3 {
font-size: 200%;
}

h4 {
	font-size: 135%;
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: underline;
}

h5 {
font-size: 135%;
font-style: italic;
}

h6 {
font-size: 100%;
font-weight: 800;
}