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

body {
	background-color: #000000;
	margin-top: 0px;
}

.link {
	font-family: Arial Narrow;
	font-size:12px;
	font-weight:bold;
	font-color:white;
	}

.link_larger {
	font-family: Arial Narrow;
	font-size:16px;
	font-weight:bold;
	font-color:white;
	}
	
a:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a:visited {color: #E70C0E; text-decoration: underline;}
a:hover {color: #E70C0E; text-decoration: none;}
		
.copyright {
	font-family: Arial Narrow;
	font-size:10px;
	font-weight:normal;
	font-color:white;
	color: #FFFFFF;
	}
	
.body_text {
	font-family: Arial Narrow;
	font-size:16px;
	font-weight:normal;
	font-color:white;
	color: #FFFFFF;
	}
	
.body_text_underline {
	font-family: Arial Narrow;
	font-size:16px;
	font-weight:normal;
	font-color:white;
	color: #FFFFFF;
    text-decoration: underline;

	}
	
.body_text_underline_center {
	font-family: Arial Narrow;
	font-size:16px;
	font-weight:bold;
	font-color:white;
	color: #FFFFFF;
    text-decoration: underline;
	text-align: center;

	}
	
.roster_text {
	font-family: Arial Narrow;
	font-size:16px;
	font-color:white;
	color: #FFFFFF;
	text-align: center;

	}
	
.body_text_about {
	font-family: Arial Narrow;
	font-size:20px;
	font-weight:normal;
	font-color:white;
	color: #FFFFFF;
	}
	
.headline_text {
	font-family: "Arial Narrow";
	font-size:18px;
	font-weight:bold;
	font-color:white;
	font-style:italic;
	color: #FFFFFF;
	text-decoration: underline;
	}
