html {
  height: 100%;
   /* Hides scrollbar in IE */
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
 }h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}



a:link {
	color: #33CCFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #33CCFF;
}
a:active {
	color: #33CCFF;
}

