body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

}

#header {
	font-size: 150%;
	text-align: center;

}
#menu {
	display: none;
}
#content {
	line-height: 130%;
}
#content h1 {
	font-size: 130%;
}
#content h2 {
	font-size: 120%;
}
#content h3 {
	font-size: 110%;

}
#content a:link, #content a:visited {
	color: #000000;
}
