html{
	height: 100%;
	margin: 2px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F4F1;
	color: #000000;
}

td { font-size: 76%; }

p { font-size: 100%; }

h1{ font-size: 160%; }
h2{ font-size: 150%; }
h3{ font-size: 140%; font-weight: bold; }
h4{	font-size: 125%; font-weight: bolder; }
h5{ font-size: 125%; font-weight: normal; }
h6{ font-size: 110%; font-weight: normal; }

.register { font-size: 60%; }

a{ text-decoration: underline; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {color: #0000CC; }


ul li {
	text-align: left;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	}


ol li {
	text-align: left;
	font-weight: normal;
	list-style-type: decimal;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	}
