a {
	background-color : transparent;
	color : #99FF33;
	text-decoration : none;
}

a:visited {
	background-color : transparent;
	color : #FFFF99;
	text-decoration : none;
}

a:hover {
	background-color : transparent;
	color : #000099;
	text-decoration : underline;
}

a:active {
	background-color : transparent;
	color : #008000;
	text-decoration : none;
}

body {
	background-attachment : fixed;
	background-color : #000099;
	background-image : url(images/graphics/bk_f_border.jpg);
	color : #99FF00;
	font-family : Wrangler, "Times New Roman", serif;
	font-size : 16pt;
	margin-left : 21%;
	scrollbar-3d-light-color : #CCCCFF;
	scrollbar-arrow-color : #99FF33;
	scrollbar-base-color : #000099;
	scrollbar-dark-shadow-color : #000099;
	scrollbar-face-color : #000099;
	scrollbar-highlight-color : #CCFFCC;
	scrollbar-shadow-color : #CCCCFF;
	text-align : center;
}

h1{
	font-family : "Curlz MT", "Times New Roman", serif;
	font-size : 50pt;
}

h2{
	font-family : "Curlz MT", "Times New Roman", serif;
	font-size : xx-large;
}

h3{
	font-size : x-large;
}

hr{
	background-color : transparent;
	color : #99FF00;
	text-align : center;
}

p{
	text-align : justify;
	text-indent : .25in;
}

td{
	background-color : transparent;
	border : outset;
	border-color : #99FF00;
	border-width : medium;
	color : #99FF00;
	text-align : center;
}

th{
	background-color : transparent;
	border : outset;
	border-color : #99FF00;
	border-width : medium;
	color : #99FF00;
	text-align : center;
}

tr {
	background-color : transparent;
	border : outset;
	border-color : #99FF00;
	border-width : medium;
	color : #99FF00;
	text-align : center;
}
