html, body
{
        background-color: #F5F5E5;
        margin: 0;
}
img
{
        border:none;
}
a:link,
a:active,
a:visited
{
        color: #f13130;
        font-family: Georgia;
        font-size: 11pt;
        text-decoration: none;
}
a:hover
{
        color: #f13130;
        font-family: Georgia;
        font-size: 11pt;
        text-decoration: underline;
}
td.video_description
{
        background-color: #ffffff;
        color: #d0d0d0;
        font-size: 10pt;
        text-align: center;
}
div.banner
{
        background-color: #fefefe;
        color: #4d4d4d;
        font-family: Arial;
        font-size: 22pt;
        text-align: center;
        padding: 25px;
        border-top: 1px dashed silver;
        border-bottom: 1px dashed gray;
        border-left: 1px dotted silver;
        border-right: 1px dotted gray;
}
div.copyright
{
        display: block;
        background-color: #98694d;
        color: #ffffff;
        font-family: Georgia;
        font-size: 9pt;
        text-align: center;
        border-top: 2px solid #583724;
        padding: 10px;
}
h1
{
        font-family: Georgia;
        font-size: 20pt;
        color: #990000;
}
.video_description img
{
        padding-left: 20;
}

