BODY {
	color: Black;
	background-color: Black;
	font-family: Pegasus, sans-serif;
	font-size: medium;
	padding: 10px;
	margin-top: 20px;
}
A:hover { color: green;}
a:visited {color: #483D8B;}
a:active {color: Fuchsia;}

A.navbar:link { color: black; text-decoration: none }
A.navbar:visited { color: black; text-decoration: none }
A.navbar:hover {color: #7B68EE; text-decoration: none }

A.navbar2:link { color: Purple; background: Silver; font-weight: bold; text-decoration: none }
A.navbar2:visited { color: Purple; background-color: #6F8192; font-weight: bold;}
A.navbar2:hover {color: #7B68EE; background-color: #5F9EA0; font-weight: bold; text-decoration: none }

#sidebar
{
	margin-left: 10px;
	margin-right: 7px;
	background: #999999;
	color: Aqua;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 9px;
	color: Black;
			}
.style3 {
	color: Black;
	font-size: xx-small;
}
.style4 {color: #993333}

.style5 {font-size: small}

.style6 {color: #993366}

.style7 {font-size: 14px}

.style8 {font-size: 16px}

.ltgray {
	background-color: #CCCCCC;
	color: Black;
	font-family: sans-serif;
	font: Arial;
	font-weight: bold;
	}

.drkrgray {
	background-color: #666666;
	color: White;
}


