/* CSS Document */

p{
font-family: Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 12px;
padding: 0px;
}
.bold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FE0000;
}
.titles {
	font-family: "Rage Italic";
	font-size: 36px;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
}

.navigation {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 150px;
	color: #FFFFFF;
}

.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
	color: #FE0000;
	background-image: url(Completed%20Images/Site%20Art/navigationhover.jpg);
}

.navigationpage {

	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 150px;
	color: #FE0000;
	background-image: url(Completed%20Images/Site%20Art/navigationhover.jpg)
}
.copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: "Rage Italic";
	font-size: 43px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	text-decoration: none;
	color: #FE0000;
}
.text{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
.Blackout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000;
}

