/* blacksoxfan.com file center css stylesheet */
/* steal at your own risk :-) */

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	}

.mainContainer {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
	}

.header {
	height: 133px;
	}

.nav {
	background-image: url(images/nav_back.gif);
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 19px;
	}

.nav a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

.nav a:hover {
	color: #999999;
	text-decoration: none;
	}

.content {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.content a:link, a:visited{
	color: #000000;
	text-decoration: none;
	}

.content a:hover{
	color: #999999;
	text-decoration: none;
	}