
/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* ------------------------------------------------------- */
body {
	
	letter-spacing: 0.02em;
	margin: 0;
	padding: 40px 5% 5% 5%;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
		a.link color:#ffffff ;
a.visited  color:#ffffff ;
a.hover  color:#ffffff ;
	}

.mp3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.intro {

	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	
	}