/*style sheet for signing videos */


body 
   {
    text-align: center; 
    background-color: #73afcb;
   }


#video
   {
    width: 270px;
    border: 2px solid #95cde4
   }


#text
   {
    width: 270px;
    padding-top: 10px;
    border-bottom: 1px dashed #ffffff;
    text-align: left;
    font-family: verdana, arial, helvetica, sans; 
    font-size: x-small; 
    color: #ffffff;
   }
   

#link
   {
    width: 270px;
    padding-top: 10px;
    border-bottom: 1px dashed #ffffff;
    text-align: left;
    font-family: verdana, arial, helvetica, sans; 
    font-size: x-small; 
    color: #ffffff;
   }
   

a:link {
        text-decoration: none; color: #ffffff;
       }

a:visited {
           text-decoration: none; color: #ffffff;
          }

a:active {
          text-decoration: none; color: #ffffff;
         }

a:hover {
         text-decoration: underline; color: #ffffff;
        }
       

   
   

