/* Author: Max McFarland
   Date:   11-16-08 */
   

body {
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: purple;
	}
	
#head {
	margin-left: 120;
	border-bottom: 1px solid purple;
	}
	
#main {
	margin-left: 120;
	}
	
address {
	margin-left: 120;
	font-size: 8pt;
	color: purple;
	text-align: center;
	clear: both;
	}

#links {
	position: absolute;
	left: 0;
	top: 0;
	width: 100;
	margin-top: 0;
	font-size: 8pt;
	}
	
#links a{
	display: block;
	font-family: sans-serif;
	color: white;
	background-color: purple;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 5px solid purple;
	}

#links a:hover{
	border: 5px outset purple;
	color: yellow;
	}
	
#links a:active{
	border: 5px inset purple;
	color: yellow;
	}

