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

body {
	background-color: #23110D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
}
.footer {
	font-family: Ransom, "Bradley Hand ITC", "Comic Sans MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
a:hover {
	color: #FC2F02;
	text-decoration: underline;
}
a:active {
	color: #FF33CC;
	text-decoration: none;
}

