body {
	font-family: Times New Roman;
}
.main{
	height: 500px;
	width: 1000px;
	margin-top: 50px;
}
#marcus{
	font: x-large;
	height: 200px;
	vertical-align: text-top;
}
#download{
	font: medium;
	vertical-align: text-top;
	height: 50px;
}
#press{
	font: large;
	vertical-align: text-top;
	height: 50px;	
}
#bio{
	font: medium;
	font-family: Times New Roman;
	vertical-align: text-top;
   text-align: left;
}
#contact{
	font: medium;
	font-family: Times New Roman;
	vertical-align: text-top;
   text-align: left;	
}
#dates{
	font: medium;
	font-family: Times New Roman;
	vertical-align: text-top;
   text-align: left;
}
a.nounderline:link, a.nounderline:visited {
	color: Black;
	text-decoration: none;
}
a.nounderline:hover, a.nounderline:active {
	color: Black;
	text-decoration: none;
}