/* CSS Document Free Stuff Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 100.01%;
}

#navbar {
	text-align: center;
}

#bodytext {
	background-color: transparent;
	text-size: .75em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 490px;
	left: 160px;
	top: 355px;
	font-size: .75em;
	}
	
#connectbackground {
	background-color: #252525;
	height: 2500px;
	width: 500px;
	position: absolute;
	left: 135px;
	top: 325px;
	z-index:-1;
	}
	
#bodytext a:link {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	}

#bodytext a:visited {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	}
	
#bodytext a:hover {
	background-color: #555;
	color: #FFF;
	text-decoration: none;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	top: 2850px;
	left: 275px;
	position: absolute;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}

#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}
	
#tableradiotrack {
	width: 750px;	
	}
	
#tableradiotrack td {
	padding: 5px 0 5px 0;
	border: 0;
	}
	
.dates {
	font-weight: bold;
	font-size: .8em;
	text-align: left;
	background-color: #D1D3D4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#tableradiotrack a:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	}
	
#tableradiotrack a:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	}

#tableradiotrack a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	}
