h2 {
 font: 13px 'Times New Roman', Times, serif;
 font-weight: normal;
 white-space: nowrap;
 color: #111111;
 line-height: 1.2;
 margin: 6px 0px 10px 0px;
}

p {
 font: 13px 'Times New Roman', Times, serif;
 color: #111111;
 line-height: 1.2;
 margin: 0px 0px 5px 0px;
}
p a {
 color: #111111;
 text-decoration: underline;
}
p a:hover {
 color: #111111;
 text-decoration: none;
}

.menuItems {
 font: 13px Verdana, sans-serif;
 color: #444444;
 line-height: 1.8;
 margin: 10px 0px 0px 0px;
}
.menuItems a {
 color: #444444;
 text-decoration: none;
}
.menuItems a:hover {
 color: #444444;
 text-decoration: underline;
}

.ratings {
 font: 11px Verdana, sans-serif;
 color: #444444;
 line-height: 1;
 margin: 10px 5px 10px 5px;
 font-weight: bold;
}
.ratings a {
 border: solid #444444 1px;
 color: #444444;
 text-decoration: none;
 padding: 2px 4px 2px 4px;
}
.ratings a:hover {
 color: #ffffff;
 background: #444444;
}

.videoThumbActive {
 display: block;
 width: 280px;
 font: 13px 'Times New Roman', Times, serif;
 color: #444444;
 line-height: 1.1;
 margin: 10px 0px 0px 0px;
 padding: 5px;
 background: #ddccdd;
 text-decoration: none;
}
.videoThumbActive img {
 float: left;
 margin: 0px 10px 10px 0px;
}

.videoThumb a{
 display: block;
 width: 280px;
 font: 13px 'Times New Roman', Times, serif;
 color: #444444;
 line-height: 1.1;
 margin: 10px 0px 0px 0px;
 padding: 5px;
 background: #ffffff;
 text-decoration: none;
}
.videoThumb a:hover {
 color: #444444;
 background: #cccccc;
 text-decoration: none;
}
.videoThumb img {
 float: left;
 margin: 0px 10px 10px 0px;
}