﻿body {
}

#videoMain { width: 960px; height:950px; background-color:#ffffff;}

#videoMain h1 {
   
   font-family: verdana;
   font-size: 18px;
   font-weight: normal;
   line-height: 18px;
   color: #40495a;
   padding-left: 15px;
   margin-bottom: 18px;
   border-bottom: 1px dotted #cacaca;
}

#video {margin-bottom:18px; }

#text {width:550px; height:300px; }

#text p {
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  color: #40495a;
  margin-bottom: 18px;	
  margin-left: 15px;
}


/* start video link */

#text a.hyperlink, text a.hyperlink:link {
    
   font-family: verdana; font-size: 11px; line-height: 18px; color: #d08602;
   text-decoration: none; margin-bottom: 18px; border-bottom: dotted 1px #d08602;
}

#text a.hyperlink:hover {
   
   color: #d08602;
   border-bottom: solid 1px #d08602;
   
}

/* end video link */

