@charset "utf-8";
/* CSS Document*/


a {text-decoration: none; color:#FFF68F;}
a:visited { text-decoration: none; color:#FFF68F;  }
a:hover { text-decoration: none; color:#FFF68F;  font-weight: bold;}
a:focus { text-decoration: none; color:#FFF68F; }
a:active { text-decoration: none; color:#FFF68F font-weight: bold;}

 body {font-family: serif;
                 background: black;
                 color: #FFF68F } 

h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 32px;
	font-weight: normal;
	color: #FFF68F;
	margin-bottom: 5px;
}




