BODY	{
	margin: 0;
	padding: 0;
	background-color: #666;
}

a:link {
  color: #FDEB55;
  font-weight: bold;
  text-decoration: none;
  }

a:visited {
  color: #FDEB55;
    font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color: #FDEB55;
    font-weight: bold;
  text-decoration: underline;
  }
  
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 64px;
	width: 100%;
	background-color: #fdeb55;

}
.column1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 80px;
	width: 268px;


}
.VIDEO {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;

}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: FDEB55;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 150%;
	text-transform: capitalize;



}
.column2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 336px;
	top: 80px;
	width: 268px;

}
.notice {
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 110%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;

}
