html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family:"Courier New", Courier, "Courier Std", Arial, Tahoma;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family:"Courier New", Courier, "Courier Std", Arial, Tahoma;
	margin: 0 0 10px 0;
}
h1 {
	padding: 0;
	font-size: 50px;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.menu {
	width:885px;
	height:110px;
	margin-top:10px;
	padding-left:15px;
	color:#ccc;
	font-size:24px;
	padding-top:10px;
	box-shadow: 0px 0px 2px #000; 
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}
.menu a{
	width:560px;
	height:auto;
	font:"Courier New", Courier, monospace;
	font-size:1.4em;
	color:#f70;
	text-decoration:none;
}
.menu a:hover{
	width:560px;
	height:auto;
	font:"Courier New", Courier, monospace;
	font-size:1.4em;
	color:#ccc;
	text-decoration:underline;
}
.aboutme {
	width:850px;
	height:auto;
	margin-top:10px;
	padding:10px;
}
.aboutme p {
	font-size:14px;
	float:right;
	width:570px;
	color:#ccc;
	text-align:justify;
}
.aboutme h1 {font-size:24px; color:#ccc;}
.aboutme a {
	text-decoration:none;
	color:#ccc;
}
.aboutme a:hover {
	text-decoration:none;
	color:#ccc;
}