/*
   JLW Broadcast
   Title:  Style Sheet - jlw_style
   Author: AlbaWebDesign
   Web: www.AlbaWebDesign.co.uk
*/

p {
   font-family:verdana,arial,sans-serif;
   position:relative
   color:red
}

h1 {
   font-size:10pt;
   font-weight: bolder;
   color:white
}

h2 {
   font-size:12pt;
   font-weight: bolder;
   color:green
}

p.strap {
   font-size:10pt;
   font-weight: bolder;
   color:white
}

p.key {
   font-size:10pt;
   font-weight: bolder; 
}

p.normal {
   font-size:8pt;
}

p.caption {
   font-size:9pt;
   font-weight: bolder;
}

p.rhc {
   font-size:8pt;
   color:gray
}

p.footer {
   font-size:8pt;
}

A     { text-decoration: underline; }
A:hover { text-decoration: none; }
