body {
	background:#000000;
	color:#cccccc;
}
a:link {font-weight:bold; color:#ccccff; text-decoration:none; }
a:visited { font-weight:bold; color:#ccffcc; text-decoration:none; }
a:focus { font-weight:bold; color:#ffcccc; text-decoration:underline; }
a:hover { font-weight:bold; color:#cceecc; text-decoration:none; }
a:active { font-weight:bold; color:#ffcccc; text-decoration:underline; }
#header {
  font-variant:small-caps;
	font-size:110%;
}
#footer{
    position:fixed;
    bottom:10px;
}
