body {
	background-color:white;
	color:#333;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:75%; /* RESETS TO 12PX */
	line-height:1.3em;
	margin: 12em 2em 2em 2em;
}
.smallText {
	font-size:0.8em;
}
img {border:0;}
h1 {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: lighter;
	color:black;
	
}
.block {margin:0 10px 20px 0;float:left;}

#title {
	display:inline;
	position:fixed;
	text-align:center;
	top:10%;
	width:100%;
}
#footer {margin: 6em 0 2em 0;clear:both;}

a:link, a:visited {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:underline;
}