a {
   color: Black;
}
a:hover {  
   color: Maroon;
}
a.nav {
   color: Black;
   font-family: Arial;
   font-size: 12px;
   font-style : normal;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
}
a.subnav {
   color: Black;
   font-family: Arial;
   font-size: 10px;
   font-style : normal;
   font-weight: bold;
   text-align: left;
   text-decoration: none;
}
a:hover.nav {  
   color: Maroon;
}
a:hover.subnav {  
   color: Maroon;
}
.headline{
   color: Black;
   font-family: Arial;
   font-size: 18px;
   font-style : normal;
   font-weight: bold;
   text-align: left;
}
.subhead{
   color : Black;
   font-family : Arial;
   font-size : 16px;
   font-style : italic;
   font-weight : normal;
   text-align: left;
}
.cutline{
   color : Black;
   font-family : Arial;
   font-size : 10px;
   font-style : normal;
   text-align : left;
}
.story{
   color : Black;
   font-family : Arial;
   font-size : 13px;
   font-style : normal;
   text-align: left;
}
.posteddate{
   color : Black;
   font-family : Arial;
   font-size : 11px;
   font-style : normal;
   text-align: left;
}
.writer{
   color : Black;
   font-family : Arial;
   font-size : 10px;
   font-style : normal;
   text-align : left;
}
.photographer{
   color : Black;
   font-family : Arial;
   font-size : 10px;
   font-style : normal;
   text-align : left;
}
.box{
   color : Black;
   font-family : Arial;
   font-size : 12px;
   font-style : normal;
   text-align : left;
}
.lists{
   color : Black;
   font-family : Arial;
   font-size : 12px;
   font-style : normal;
   text-align: left;
}
.formheader{
   color : White;
   font-family : Arial;
   font-size : 13px;
   font-style : normal;
   text-align: left;
}
.formbody{
   color : Black;
   font-family : Arial;
   font-size : 11px;
   font-style : normal;
   text-align: left;
}
a.formheaderLink{
   color : White;
   font-family : Arial;
   font-size : 13px;
   font-style : normal;
   text-align: left;
}
a.formbodyLink{
   color : Black;
   font-family : Arial;
   font-size : 11px;
   font-style : normal;
   text-align: left;
}
td.tdfirst {
   background: #006cbe;
}
td.tdsecond {
   background: #d3d2d2;
}
td.tdthird {
   background: #006cbe;
}
td.tdwhite {
   background: White;
}
td.tdlightgray {
   background: #EEEEEE;
}
td.tdblack {
   background: Black;
}