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


.title {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 54px;
	color: #F00;
	text-decoration: blink;
}

.alert {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: blink;
}

.smallalert {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #000;
}

.introtext {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #000;
}

.metootext {
	font-family: Arial, Gadget, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.black {
	font-family: Arial, Gadget, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Arial Black, Gadget, sans-serif;
	color: #F00;
	text-decoration:none;
	border: none;
	outline:none;
}

