/* CSS Document */
body {
	background-color: #f6ddbe;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #232222;	
}

#video-box {
	background-color: #f6ddbe;
}

label, select, p, .text, button {
	font-size: 0.7em;
	margin-bottom: 4px;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.0em;
	font-weight: strong;
}

h4, h5, h6 {
	font-size: 0.8em;
	font-weight: normal;
}

table tbody td {
	vertical-align: top;
}