body {
	font: 80%/1.4 verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #F8D9B6;
}

a {
	color: #CD2214;
	text-decoration: underline;
}

a:hover {
	color: #f33;
	text-decoration: none;
}

p, ul {
	font-size: 1em
}

ul {
	margin-left: 1.3em;
	padding-left: 0;
}

h1 {
	font-size: 1.2em;
	color: #c00;
}

h2 {
	font-size: 1.2em;
	color: #c00;
}

h3 {
	font-size: 1.1em;
	color: #c00;
}

#cdTable td {
	vertical-align: top;
}

#cdTable td form {
	margin: 0;
	padding: 0;
}

.video {
	margin-bottom: 1em;
}

#navigation_bar {
	font-size: .8em;
	margin-bottom: 1em;
	margin-left: 1em;
}

#samples_table td {
	width: 50%;
}

#footer {
	margin-top: 1em;
	padding: 0.5em;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
}

#updates
{
	border: 1px solid #900;
	padding: 1em;
	background-color: #F8F4D2;
}