body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: black; background: white;
	margin-left: 5%
	}
	
div.title {
	background: #cccccc;
	padding: 0.2em;
	border: none;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 25px;
	}
	
div.construct {
	background: #336600;
	color: white;
	padding: 1em;
	border: none;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	margin-top: 170px
	}

a:visited {color: gray} /* visited links */
a:active {color: red} /* clicked links */
a:hover {color: blue} /* mouseover links */
a:link {color: red} /* default link color */

/*
Code from http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml
*/

div.nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.nav-menu li {
	float: left;
	margin: 0 0.15em;
}

div.nav-menu li a {
	background: url(css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
div.nav-menu li a {
	float: none
}
/* End hide */

div.nav-menu {
	width:30em
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
