@import url('/css/reset.css');
@import url('/css/obvious.css');
@import url('/css/forms.css');
@import url('/css/syntax.css');

* { font-family: "century gothic", sans-serif; }

p.menu { font-variant: small-caps; font-size: 120%; }
a { color: black; text-decoration: none; }
a:hover { }
a { margin: 0 .5em; }


body { margin: 50px; }

h1 { 
	background-repeat: no-repeat;
	font-family:  "Microsoft Yi Baiti", "century gothic", sans-serif;
	margin-left: 200px;
	font-size: 300%;
	border-bottom: 1px solid black; }


#navigation {
	position: absolute;
	top: 330px;
	left: 10px; }

#content {
	margin-left: 200px; }

