body {
	background-color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}

h1, h3, h2, h5, h6 {
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
h1{
	color: #FFFFFF;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
}
ul, li{
	line-height: 10px;
	list-style-type:none;

}
a, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #FFFFFF;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.video{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: dashed #FFFFFF 1px;
	text-align: center;
	background-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
}
h4 {
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: dashed #FFFFFF 1px;
	margin-left: 10%;
	margin-right: 10%;
}

