/* CSS Document */

html {
	height: 80%;
}

body {
	text-align: center;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	color: #767561;
	height: 80%;
}

#shell {
	margin-top: 150px;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #FF8600;
}
a:hover {
	text-decoration: underline;
}
a span {
	color: #767561;
}