body {
	background-color: black;
	color: black
}

li { 
	font-family: century gothic; 
}
a:link {
	 text-decoration: none;
	 color: brown;
}
a:visited {
	 text-decoration: none;
	 color: maroon; 
}
a:hover { 
	 text-decoration: none;
	 color: navy; 
}
.PageTop {
	 font-family: century gothic;
	 font-size: 44px;
	 text-align: left;
	 	color: black;
	 	background-color: gold;
}
.information {
 font-family: century gothic;
 font-size: 18px;
 text-align: left;
}
.contact {
 font-family: century gothic;
 font-size: 20px;
 text-align: center;
}
.intro {
 font-family: century gothic;
 font-size: 16px;
 text-align: left;
}
 .headline {
 font-family: century gothic;
 font-size: 24px;
 text-align: left;
 	color: black;
 	background-color: gold;
}
.resumesmall {
 font-family: century gothic;
 font-size: 14px;
 text-align: left;
}
.MenuLink{
	text-align: center;
	font-family: century gothic bold;
	font: bold;
	font-size: 24px;
	background-color: gold;
}

