body,th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #333333;
	}

h1 {font-size: 14px;
	font-weight: bold;
	}

.nav {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	line-height: 150%;
	padding: 2%;
	}

.footer{
	font-size: 9px;
	}

.bordered{
	border-top: 1px none;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	padding: 4px;
	}

.citation{
	margin-left: 3em;
	text-indent: -3em;
	}

a:link {
	text-decoration: none;
	color: #990000;
	}
a:visited {
	text-decoration: none;
	color: #990000;
	}
a:hover {
	color: #990000; text-decoration: underline; 
	}
a:active {
	color: #990000; 
	}
a.nav1:link {
	text-decoration: none;
	color: #CCCCCC;
	}
a.nav1:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
a.nav1:hover {color: #990000; 
	text-decoration: underline; 
	}
a.nav1:active {color: #990000; 
	}



