body { 	background-color: white;
	margin:0px;
	font-weight: normal; 
	color: black;  
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
h1 {
	font-weight: bold; color: #666666;
	font-size:largest;
	color: #993300;
}
h2 {
	font-weight: bold; color: #016597;
	font-size:medium;
}
h2 a:hover {
	text-decoration: none;
}
h2 a:link {
	text-decoration: none;
}
h2 a:active {
	text-decoration: none;
}
h2 a:visited  {
	text-decoration: none;
}
.footer {
	color: #666666;
	font-size:smaller;
	font-weight: normal;
}
.nav {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.nav a:hover {
	color: orange;
	text-decoration: underline;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:active {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
.nav a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.more a:hover {
	color: red;
	text-decoration: none;
}
.more a:link {
	color: red;
	text-decoration: none;
}
.more a:active {
	color: red;
	text-decoration: none;
}
.more a:visited  {
	color: red;
	text-decoration: none;
}

.features td {text-align:left; vertical-align: top; padding: 0px; }
