a:link, a:active, a:visited { 
	text-decoration: underline; 
}

a:hover { 
	text-decoration: underline; 
}

a.nav:link, a.nav:active, a.nav:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

a.nav:hover { 
	color: #000000; 
	text-decoration: underline; 
}

body { 
	margin: 0px; 
	font-family: tahoma, arial, sans serif; 
	background-color: #cccccc;
}

h1 { font-family: arial, sans serif; font-weight: bold; font-size: 1.80em; margin: 0px; }
h2 { font-family: arial, sans serif; font-weight: bold; font-size: 1.60em; margin: 0px; }
h3 { font-family: arial, sans serif; font-weight: bold; font-size: 1.40em; margin: 0px; }
h4 { font-family: arial, sans serif; font-weight: bold; font-size: 1.20em; margin: 0px; }

p, th, td, li, blockquote { 
	color: black;
	font-family: tahoma, arial, sans serif; 
	font-size: 11px;
}

a.category { 
	color: limegreen; 
	font-weight: bold; 
	padding: 0px;
}

.group { 
	color: #000000; 
	font-weight: bold; 
	padding: 0px;
}

.level_nav { 
	color: #000000;
	font-weight: bold; 
	padding: 5px;
}

.level_nav_bar { 
	font-weight: bold; 
	text-align: right; 
}

.navtable {
    	border: solid 2px #000000;
}
		
.nav { 
	<!--
   	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding: 5px;
	-->
}

.site_nav { 
	color: #FFFFFF;
	font-weight: bold; 
	padding: 2px;
}

.site_nav_bar { 
	color: #FFFFFF;
	font-weight: bold; 
	padding: 8px;
	text-align: center; 
}

