/* CSS Document */

/* video of the day
***************************************************/

.content_video { 
    text-align: center; 
    font-family: Verdana, sans serif; 
    font-weight: bold; 
    font-size: 10px; 
    color: #fff; 
    line-height: 150%; 
    padding-top: 3px; 
}
.text_below_video { 
    text-decoration: none; 
    text-align: left; 
    font-family: Verdana, sans serif; 
    font-weight: normal; 
    font-size: 10px; 
    color: #FFF; 
    line-height: 120%;
    padding: 4px; 
}   
.text_below_video a:link,
.text_below_video a:visited { 
    text-decoration: none;
    text-align: left; 
    font-family: Verdana, sans serif; 
    font-weight: bold; 
    font-size: 10px; 
    color: #33CCFF; 
    line-height: 120%;
} 
.text_below_video a:active,
.text_below_video a:hover { 
    text-decoration: underline; 
}


