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

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#container {
	width: 300px;
	margin: auto;
	}
	
div#content {
	text-align: left;
	font-size: .8em;
	color: #999999;
	}
	
div#content a:link, div#content a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}