.H1 { font-size: x-large; color: red }
.H2 { font-size: large; color: blue }
.normal{
Font-family:Verdana,Tahoma;
Font-size:11;
Color:#000000;
}
.normalB{
Font-family:Verdana,Tahoma;
Font-weight: bold;
Font-size:11;
Color:#000000;
}

.header{
Font-family:Verdana,Tahoma;
Font-size:14;
Font-weight: bold;
Color:#000000;
}
.dephead{
Font-family:Verdana,Tahoma;
Font-size:14;
Font-weight: bold;
Font-style: italic;
Color:#000000;
}
.deplink{
Font-family:Georgia,Verdana,Tahoma;
Font-size:11;
Color:#000080;
Font-style: italic;
}