.alert {
font-weight:bold;
color: red;
}

h1, h2 {
color: #800000;
font-weight:bold;
font-size: 11pt;
}

.episodeTitle {
color: #800000;
font-weight:bold;
}

#content {
color:black;
font-size: 9pt;
font-weight:normal;
text-align:left;
}

#content a:link, #content a:visited {
color: #black;
font-weight:bold;
}


#content a:active, #content a:hover {
color: #800000;
font-weight:bold;
}

.webinar {
padding: 15px 10px 10px 10px;
border: 1px solid #888;
background-image: url('http://onthepageonline.com/images/webinarHeader.png');
background-repeat: no-repeat;
background-position: top left;
background-color:white;
}


