/*
   A style sheet consisting only of a few formatting rules, no color
   or font weights.
*/
body
{
	font-family:serif;
}

h1, h2, h3, h4, h5, h6
{
	text-align:center;
	font-family:sans-serif;
}

p.noindent
{
	text-indent:0ex
}

p
{
	text-indent:5ex
}

code
{
	font-family:monospace;
}
