html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div{position:relative;}
h1,h2,h3,h4,h5,h6{font-weight: bold;font-family: Georgia, Times, Times New Roman, serif;}

body {
	font-size: 14px;
	background: #f2f2f2 url("http://www.alphamonk.com/css/bg.jpg");
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-align: center;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

.container {
	width: 500px;
	margin: 0 auto;
}

.header {
	margin-top: 20px;
}

.header h1 { font-size: 36px; }
.header h1 a { text-decoration: none; }

.header li {
	display: inline-block;
	margin-right: 10px;
}

.content {
	clear: both;
	margin: 10px 0;
	padding: 10px;
	background-color: white;
	border: 1px solid #cbcdc3;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h2 { font-size: 30px; }
h3 { font-size: 16px; }

p, h2, h3 { margin-bottom: 10px; }

p { line-height: 1.3em; }
