/* Style sheet for Hampton Hall */

body { 
	font: 75% georgia, sans-serif;
	line-height: 2;
	color: #555753;
	margin-left:10%;
	margin-right:10%;
	background: #ffffff; 
	padding: 0;
	}

p { 
	margin-top:5%;
	margin-bottom:5%;
	margin-left:5%;
	margin-right:5%;
	text-align: justify;
	}

h1 {
	font: normal 3em georgia, sans-serif;
	letter-spacing: 3px; 
	margin-bottom: 3%; 
	color: white;
	background-color: #666699;
	text-indent: 10px;
	padding: 20px;
}

h2 {
	font: normal 2em georgia, sans-serif;
	letter-spacing: 3px; 
	margin-bottom: 3%; 
	color: white;
	background-color: #6666cc;
	text-indent: 10px;
}

ul li { 
	margin-left:10%;
	margin-right:10%;
	text-align: justify;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #6666cc;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #6666cc;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685ba;
	}

.announce {
	border-style:ridge;
	padding: 10px;
	font: bold 1.5em georgia, sans-serif;
	letter-spacing: 3px; 
	color: #7d775c;
	background-color: #ccccff;
	text-align: center;
}

.head {
	background-color: #ccccff;
	width: 800px;
	height: 60px;
 	position:absolute;
	left:0px;
	top:0px;
	z-index:-1
}

.nav {
	font: normal 1.2em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #7d775c;
	text-align:center;
}


.copy {
	text-align:left; 
	font-size: 0.8em; 
	font-weight:400;
}

.right {
	text-align: right;
