BODY {
	font-family: Verdana;
	margin: 0px;
	background: Gray;
	color: Black;
}


A:LINK {
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}
A:VISITED {
	color: #9400D3;
	text-decoration: none;
	font-weight: normal;
}
A:HOVER {
	color: #FFD700;
	text-decoration: none;
	font-weight: normal;
}
A:ACTIVE {
	color: #FFD700;
	text-decoration: underline overline;
	font-weight: normal;
}

LI, UL {
	font-size: 95%;
	list-style-position: outside;
	line-height: 120%;
	text-align: left;
	margin: 1px 1px 2px 10px;
	padding: 1px 1px 2px 1px;
}

H1 {
	font-size: 150%;
	font-weight: bolder;
	color: #000000;
	margin-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

H2 {
	font-size: 150%;
	font-weight: bold;
	color: White;
	font-style: italic;
	padding: 1 px 1 px 1 px 1 px;
		background: Blue;
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	line-height: 100%;
}


HR {
color: #000000;
height: 1px;
width: 100%;
}



.navbar {
	background: #B0B0B0;
	color: #000000;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}

.navbar2 {
	background: #B0B0B0;
	color: #000000;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	font-size: 80%;
}

.mainbody {
	background: #FFFFFF;
	color: #000000;
	padding: 4px 10px 1px 10px;
	text-align: justify;
	font-size: 90%;
}

.left {
	text-align: center;
	padding: 1px 5px 1px 5px;
	width: 200px;
	font-size: 70%;
}


