html, body { height: 100%; margin: 0; padding: 0; font-family: arial; color: #706B6B;}
h3 {font-family: arial; color: #000000;}
h3.blue {font-family: arial; color: #000066;}
a {text-decoration: none; color: #706B6B; }
a img { border: none }
a.social {text-decoration: none; color: #FFFFFF; border: 0px}
a.email {text-decoration: none; color: #000000; }
a.nav:link {text-decoration: none;color:#706B6B;}
a.nav:visited {text-decoration: none;color: #706B6B;}
a.nav:hover {text-decoration: none; color: #706B6B;}
a.nav:active {color: #706B6B;text-decoration: none;}
table.main 
	{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #FFFFFF;
	}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;} 