@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
a:hover {
	text-decoration: none;
	color: #f99c52;
}
a {
	text-decoration: none;
	color: #f99c52;
}
.style1 {color: #f99c52;
	text-decoration: none;
	}
.style2 {
	color: #f99c52;
	font-size: x-large;
}
.style3 {
	color: #000000;
	font-size: x-large;
	background-color: #f99c52;
}
.style4 {
        color: #000000;
	background-color: #f99c52;
}