﻿a:active {
	color: Purple;
}

a:focus {
	color: Red;
}

a:hover {
	color: Aqua;
}

a:link {
	color: Blue;
}

a:visited {
	color: Green;
}

body {
	background: #FFFFCC;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #663300;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

p {
	text-indent: 18px;
	bottom: 10px;
}


h1 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #663300;
}

h2 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #663300;
}

h3 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: large;
	font-weight: bold;
	color: #663300;
}

h4 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #663300;
}

h5 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: small;
	color: #663300;
	font-weight: bold;
}

h6 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #663300;
}
