@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
a.one:link {color: #fdd95f; text-decoration: underline;}
a.one:visited {color: #fdd95f; text-decoration: underline;}
a.one:hover {color: #fdd95f text-decoration: underline;}		


.style1 {
	font-family: Impact;
	font-size: 36px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

