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

h1 {
	font-size: 25px;
	color: #FFF;
	font-family: sans-serif, monospace, fantasy;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	color: #FF6699;
	font-family: sans-serif, monospace, fantasy;
	font-weight: lighter;
}
h3 {
	font-size: 30px;
	color: #F66;
	font-weight: lighter;
	font-family: sans-serif, monospace, fantasy;
}
h4 {
	font-size: 20px;
	color: #FFDC61;
	font-family: sans-serif, monospace, fantasy;
	font-weight: lighter;
}	
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: sans-serif, monospace, fantasy;
	font-size: 15px;
	font-weight: lighter;
	font-style: normal;
	background-color: #FFFFFF;
	line-height:25px;
}

.copyright {
	font-family: sans-serif, monospace, fantasy;
	font-size: 10px;
}
.menu_text {
	font-family: sans-serif, monospace, fantasy;
	color: #666;
}

. video-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

a:link {
color: #2C2C2C;
	text-decoration: none; 
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

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