body {
	font-family: 'Tall Paul', cursive, serif, 'Trebuchet MS';
}

a {
	color:#000;
	background-color:#fff;	
	text-decoration:none;
}

a:hover {
	color:#fff;
	background-color:#f00;
	text-decoration:none;
}

/* Structure */

#board {
	background-color:#fff;
	margin: 20% 15% 20% 15%;
	padding: 0em 1.5em 0em 1.5em;
	word-wrap: break-word;
}

#title {
	color:#f00;
	font-weight:bold;
	font-size:72px;
	border-bottom: 1px solid #f00;
	
}

#sitesections {
	text-align:right;
	font-size:24px;
	font-weight:bold;
	margin-top: 5px;
}