body {background-color: #fefff2; color: black;}

a, a:link {color: black; text-decoration: underline;}
a:focus {background: black; color: white;}

h1, h2, h3, h4, h5, h6 {text-align: center;}

#header .left, #header .right, #header .home {display: none;}
#header a {text-align: center;}
#header a img {width: 75%; display: inline}

#nav {
	border-top: .1em solid black; border-bottom: .1em solid black;
	padding: .5em; 
	margin: 0;
	text-align: center;
	}
#nav li {display: inline;}

#footer {color: #666666;}

table {margin: auto;}

.popup, .alert, .note {
	background: #ff9797;
	margin: .5em;
	padding: .5em;
	}