/* Styles not related to code  */

body 
{ 
	font: 12px Palatino Linotype, helvetica, Arial, Verdana, sans-serif; 
	background-color: #cccccc;
	text-align:center;
}
h1 { font-size:24px; }
h2 { font-size:1.2em; }
a:link { color:#33c; }    
a:visited { color:#339; }
ul { margin-bottom: 2.4em; }
ul li { margin-bottom:.5em; }
p { max-width: 60em; }
img 
{
	border:none;
}

#header
{
	padding-top:4px;
	padding-bottom:10px;
}
#content
{
	font-style:italic;
	font-weight:bold;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}