
body {
	background:#330033; 
	font-family: arial, helvetica, sans-serif; 
	margin: 0;
	}

.meat {
	position: relative;
	margin: 0 auto;
	width: 850px; 
	background:#F5F5F5;
	border:3px solid #663366;
	padding:1em;
	}

h1 {
	margin:10px 0 10px 0; 
	text-align:center; 
	font-family:courier new, serif; 
	color:#CCCC66; 
	}
	
h2 {
	margin:6px; 
	font-family:"arial",sans-serif; 
	text-align:center;
	}
	
h3 {
	font-family:"arial",sans-serif; 
	color:#663366;
	text-align:center;
	}
	
h4 {
	margin:5px 5px -10px 0px;
	font-family:"arial",sans-serif; 
	text-align:left;
	}

.box {
	margin:6px;
	background-color:#CCCC66; 
	padding:10px; 
	border:1px solid #663366; 
	float:right; 
	width:280px;
	}

ul {
	}

.textonlypage {
	text-align:left; 
	margin:0 5%;
	}

/* CLEARER ensures the content box is at least as long as the navbar; this came from alistapart.com */
.clearer {
	clear:both; 
	line-height:0;
	height:0;
	}

.contact {
	color:#FFCCFF; 
	text-align:center;
	}

.contact a:link {
	color:#FFCCFF; 
	text-decoration:none;
	}
	
.contact a:hover {
	color:#CCFF00;
	}


a:link {
	color:#003399; 
	text-decoration:none;
	}
	
a:visited {
	color:#663399; 
	text-decoration:none;
	}
	
a:hover {
	color:#CCFF00;
	}

.copyright {
	font-size:small; 
	color:#9999CC; 
	text-align:center;
	}

hr {
	width:98%;
	noshade;
	}

