	a img {border: none; }

	a.nav {font-family copperplate; color: silver;}
	a.nav:link {color: silver; text-decoration: none; }
	a.nav:visited {color: silver; text-decoration: none; }
	a.nav:hover {color: gray; font-weight: bold; font-style: italic; text-decoration: underline; }
	a.nav:active {color: red; }

	a.int {font-family copperplate; color: silver;}
	a.int:link {color: silver; text-decoration: none; }
	a.int:visited {color: silver; text-decoration: none; }
	a.int:hover {color: grey; font-style: italic; text-decoration: underline; }
	a.int:active {color: red; }


	a.pic {font-family copperplate; color: silver;}
	a.pic:link {color: silver; text-decoration: none; }
	a.pic:visited {color: silver; text-decoration: none; }
	a.pic:hover {color: grey; font-style: italic; text-decoration: underline; }
	a.pic:active {color: red; }


body {
	background-color: #990000;
	background-image: url(images/mic1.jpg);
	background position top left no-repeat; 
	background-repeat: no-repeat;
	margin: 0px; padding: 0px; 
	font-family: copperplate;
	font-weight: bold;
	color: white;
	text-align: center;
}

#home-zone {
	position: absolute;
	top: 30px;
	left: 150px;
	height: 130px;
	width: 550px;
	background-color: transparent;

}

#mail-zone {	
	position: absolute;
	top: 40px;
	left: 1200px;
	height: 90px;
	width: 120px;
	background-color: transparent;	
}

#legal-zone {
	position: absolute;
	top: 700px;
	left: 980px;
	height: 30px;
	width: 300px;
	background-color: transparent;
}

#topbox {
	position: absolute;
	top: 25px;
	left: 860px;
	height: 70px;
	width: 400px;
	height: 40px;
	font-family: copperplate;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-align: left;
}

#lowerbox {
	position: absolute;
	top: 240px;
	left: 280px;
	width: 700px;
	height: 400px;
	font-family: copperplate;
	font-weight: bold;
	font-size: 14pt;
	color: silver;
	text-align: left;
}