/* Presentation Stylesheet */ 

P {
 margin:0;
 padding:0px;
 }

/* Programming Content DIV */ 
p.ProgramSeason { color: #ff9900; text-align: center; font-size: 14pt; font-weight: bold; }
p.ProgramDate { color: #ff9900; font-size: 10pt; font-weight: bold; }
img.click { margin-right:10px;border:none; }
td.ProgramTitle { color: #00ffff; font-size: 18pt; font-weight: bold; text-align: center; }
td.ProgramTitle A:link, td.ProgramTitle A:visited, td.ProgramTitle A:active {text-decoration: underline; color: #00ffff}
A.program:link, A.program:visited, A.program:active {text-decoration: underline; color: #ff9900}
/* End of Programming */

/* Events Content DIV */ 
p.eventtitle{ color: #A8D02C; font-size: 18pt; font-weight: bold; }
h1.eventtitle{ color: #A8D02C; font-size: 18pt; font-weight: bold; }
p.event{ color: #cfcfcf; font-weight: bold; text-align: justify; }
td.event { color: #A8D02C; font-size: 13pt; text-align: right; }
td.eventbox { color: #A8D02C; font-size: 18pt; text-align: center; }
A.event:link, A.event:visited, A.event:active { color: #A8D02C; }
p.event A:link { color: #A8D02C; }
p.event A:visited { color: #A8D02C; }
/* End of Events */ 

A.foot:link, A.foot:visited, A.foot:active {text-decoration: underline; color: black}
A.footer:link, A.footer:visited, A.footer:active {text-decoration:underline;color:black;margin-right:10px;}
A.silent:link, A.silent:visited, A.silent:active { text-decoration: none; color: black}
HR { 
 border: 1px solid red;
 width: 91%;
}
sup, sub {font-size: 8pt;}
.white{color:white;}
