
body {
	background-color:#222;	
	font-family:Consolas,monospace;
	text-align:Left;
	color:#eaeaea;
	font-size:13px
}

#page {
	background-color:#2f2f2f;
	width:624px;
	margin:32px auto;
	padding:50px;
	border:3px ridge #c0c0c0;
	text-align:left;
}

h1, h2 {
	/*letter-spacing:-0.5px;*/
	color:#FDF9ED;
	font-family:Candara,Arial,sans-serif;
	font-weight:normal;		
}

h1 {
	font-size:36px;
}

h2 {
	font-size:22px;
}


a {
	color:#E0E0E0;	
	text-decoration:none;
	font-size:14px;
}


a:hover{
    color:#F0F0F0;
	text-decoration:underline;
	}
