
h1 { color: #FFFFCC; }
h2 { color: white; }
h3 { color: #FFFF33; }


a  { color: white; 
     font-size: 20px;
     font-family: arial, sans-serif;
    }

a:link { 
	color: #white;
	}
a:visited { 
	color: #white;
	}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #white;
	}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:black;
}

