@charset "utf-8";
/* CSS Document */

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:10px;
	color:#999999;
}

h4 {
	font-weight:bold;
}

a.video {
	color:#EEF3A3;
	font-weight:bold;
}

a.video:hover {
	color:#EAF10F;
}

table.info  tr td {
	padding-bottom: 5px;
}

body {
	margin-top:200px;
	margin-left:100px;
	background-color:#373737;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
}

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

div:movie {
	border:#CCCCCC;
	border:medium;
}

