

select  {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: .8em;
	color: #222222;
	background-color: e4e4e4;
	border: solid 1px #708090;

	}

select:hover  {

	color:blue;
	
	}
	
select:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	
	.copy {
	color:222222;
	font-family:georgia, times, new york, serif;
	font-size: .8em;
	padding-left: 10px;
	}
	
	.copysnow {
	color:#fffafa;
	font-family:georgia, times, new york, serif;
	font-size: .8em;
	padding-left: 10px;
	line-height:22px;
	}
	
	.copy2 {
	color:black;
	font-family:georgia, times, new york, serif;
	font-size: 1em;
	padding:12px;

	}
	
	a.nav {
	color:#fffafa;
	font-size:.8em;
	text-decoration: none;
	font-family: georgia, times, serif;
	padding-left:4px;
	}
	
	a.nav:hover {
	color:orangered;
	}
	
a.nav2 {
	color:#fffafa;
	font-size:1em;
	text-decoration: none;
	font-family: georgia, times, serif;
	padding-left:4px;
	}
	
	a.nav2:hover {
	color:orangered;
	}
	

	a.biglink {
	color:maroon;
	font-size:1.8em;
	text-decoration: none;
	font-family: verdana,sans-serif;
}

a.biglink:hover {
color:cadetblue;
}
	