body {
   background-color: black;

}
h1 {
color: #F2E22C;
	text-align: center;
	font-style: oblique;
	font-size: 1.3em;
}
p {
	color: #F2E22C;
	text-align: center;
	font-style: oblique;
	font-weight: lighter;
	font-size: 0.8em;
}
a {
	color:#FFFFFF;
	font-weight: bold;
	font-size:1.3em;
	font-style:italic;
	text-align: center;
	letter-spacing:5px;
	text-decoration:underline;
	text-transform:uppercase;
	
}
a:visited{
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing:5px;
	text-decoration:underline;
	text-transform:uppercase;
	
}
a:active{
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing:5px;
	text-decoration:underline;
	text-transform:uppercase;
	
	
}
