/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	text-align:left;
	font-size: 11px;
	margin: 20px;
	background-color:#000000;
}

.menu {
	font-size: 11px;
	font-weight: normal;
	background-color: #e6e2c5;
	text-align:left;
	padding: 10px;
}

.bullet {
	margin-right: 3px;
}

h1 {
	font-size:11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	color:#59773b;
}

p2 {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 4px;
	color:#59773b;
}

.videocontainer {
	text-align: left;
	padding: 10px;
	background-color: #e6e2c5;
}

.line {
	width:auto;
	line-height:1px;
	border-top-width: 1px;
	border-top-color: #cdc58b;
	border-top-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #faf9f2;
	border-bottom-style:solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
a:link {
	color: #333333;
	text-decoration: none;
	font-style: normal;
	
}
a:visited {
    color: #333333;
	text-decoration: none;
    font-style: normal;
}
a:hover {
    color: #000000;
	text-decoration: underline;
    font-style: normal;
}
a:active {
    color: #000000;
	text-decoration: underline;
    font-style: normal;
}

