/*
   Cornwell Catering Agency
   Title:  Style Sheet - cw
   Author: AlbaWebDesign
   Web: www.AlbaWebDesign.co.uk
*/

p {
   font-family:verdana,arial,sans-serif;
   position:relative
   color:red
}

h1 {
   font-family:verdana,arial,sans-serif;   
   font-size:10pt;
   font-weight: bolder;
   color:navy
}

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; }