@charset "utf-8";

/* CSS Document */

a {
	text-decoration:none;
	color: #999966
}

a:hover, a:active { font-weight: bold }

body {
	color: #FFF;
	background-color: #060;
	font-family: "Book Antiqua";
	font-size: 1em;
}

hr {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height:2px;
	border-width:0;
	background-color:#996;
	color:#996;
	width:80%;
}

table {
	border:0;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

td {
	padding:2;
	font-family:"Book Antiqua";
	text-align: left;
	padding-left:5px;
}

p { text-align: center; }

p.prep { text-align: left; }

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top:0px;
}
