body {
	font-family:Helvetica, arial, sans-serif;
	font-size:12px;
	line-height:1.8em;
	background-color:#131313;
	text-align:center;
}
td, table {
	font-size:12px;
	line-height:1.8em;
	border-collapse:collapse;
}

#content {
	margin:0 auto;
	text-align:left;
	width:900px;
	padding:1em;
	background-color:white;
}
#title {
	margin:0 auto;
	text-align:left;
	width:924px;
	background-color:black;
	color:white;
	height:108px;
	background-image:url(title.gif);
}
img {
	border:0;
}
a {
	background-color:#990000;
	color:white;
	text-decoration:none;
}
a:hover {
	color:black;
	background-color:white;
	text-decoration:underline;

}
#title .download {
	float:right;
	text-align:right;
	margin:1em;
	
}
#title a {
	background-color:black;
	font-weight:bold;
}
#title a:hover {
	background-color:green;
}
a#bigdl {
	
	font-size:2em;
	font-weight:bold;
	line-height:1em;
	border:1px white solid;
	padding: 5px;
	display:block;
	margin:0.2em 0;
	background-image:url(stripes.gif);
}
a#bigdl:hover {
	background-image:none;
	background-color:#880000;
	color:white;
	text-decoration:none;
}

h2 {
	text-transform:uppercase;
	color:#440000;
	border-bottom:3px black double;
}


table.sounds {
	border:1px black solid;
}
.sounds th {
	background-image:url(stripes.gif);
	color:white;
	font-weight:bold;
	text-align:left;
}
.sounds tr.odd td {
	background-color:#FFEEEE;
}