#top {
	font-family: Verdana, Sans-serif; 
	font-size: 40px;
	text-align: center;
	font-style: italic;
}

body {
	background-color: 	#F8F8F8;
}
#divide {
	height:1px;
	width: 95%;
	background:#717171;
	border-bottom:1px solid #778899;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#title {
	position: fixed;
	width: 100%;
	height: 65px;
	background-color: #F8F8F8;
	top: 0;
	left: 0;
	opacity: .9;
	padding-top: 20px;
}
#menu {
	float: left;
	margin-left: 5%;
	width: 100px;
	height: 80px;
	margin-top: 87px;
}
.project {
	margin-left: 10%;
}
a {
	text-decoration: none;
	font-family: Verdana, Sans-serif;
	color: #F03C79;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Sans-serif;
	color: 	#FF69B4;
}
