body {
background: #ffffff;
}


/* link styles */
A:link {
color: #ffffff;
text-decoration: none;
}
A:visited {
color: #ffffff;
text-decoration: none;
}
A:active {
color: #ff0000;
text-decoration: none;
}
A:hover {
text-decoration: underline;
color: ffff00;
}

.table {
background: #128CBD;
}

.bluecell {
background: #128CBD;
border: #000000 1px solid;
}

.greycell {
background: #2482A8;
border: #000000 1px solid;
} 

.videoheader {
font-family: verdana, sans-serif;
font-size: 16px;
font-weight:bold;
color: #ffff00;
text-align: center;
}

.videodate {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight:bold;
color: #0D455C;
}

.videodescription {
font-family: verdana, sans-serif;
font-size: 12px;
font-weight:bold;
}

.videoby {
font-family: verdana, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000000;
}

.videotype {
font-family: verdana, sans-serif;
font-size: 9px;
font-weight:none;
color: #0D455C;
}