body {
	margin-top:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:center;
}

td, p { font-size:12px; }

.grey {
	color: #666;
}
.caption {
	color: #666666;
	font-size: 9px;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
a:hover { color:white }
ul {
	list-style:square;
}
li span a { color:white }

.smaller { 
	font-size: 10px;
	color: #ccc;
}
.bigger {
	font-size: 16px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size:12px;
}

#design { width:320px; }
#design p, #design h2 { margin:5px }

#navHolder {
	width:640px;
	margin:10px auto;
	text-align:center;
}

#navHolder a {
	color:#808372;
}
#navHolder a:hover {
	color:#fff;
}

#nav a {
	padding:0.3em 0.7em;
}

#nav a.activeNav { color:#fff }
