body {
	color: #000; 
	background-color: #fff; 
	font-family: Verdana, "Bitstream Vera Sans", sans-serif; 
	font-size: 1em; 
}

a {
	color: #00f; 
	text-decoration: underline; 
}

ul li {
	list-style-type: none; 
}

h1 {
	font-size: 1.2em; 
}

h2 {
	font-size: 1.1em; 
}

h3 {
	font-size: 1em; 
}

#logo {
	width: 100%; 
	text-align: right; 
}

#nav {
	display: none; 
}

#content {
	width: 100%; 
}

a:after {
  content: " (" attr(href) ")";
}
