/* CSS Document */

p{
font face:Verdana;
font-size: 12px;
color:#000000;
line-height: 14px;
padding:2px;
}

/* H1 is for the page header */
H1{
font face:Verdana;
font-size:40px;
font-weight:bold;
/*font-style:italic;*/
color:#000000;
line-height: 45px;
padding: 5px;
}

/* H2 is for the page titles */
H2{
font face:Verdana;
font-size: 30px;
font-weight:bold;
color:#000000;
line-height: 35px;
padding: 5px;
}

/* H3 is for subsidiary titles in the page */
H3{
font face:Verdana;
font-size: 20px;
color:#000000;
line-height: 20px;
padding: 5px;
}

/* H4 is for links in tables */
H4{
font face:Verdana;
font-size:10px;
font-weight:bold;
color:#000000;
line-height:12px;
}

/* Original font definition */
/* font-family:Verdana, sans-serif; */
/* blue = #0000FF */
/* red = #FF0000 */



