.body{
font-size:12px;
}

.content{
font-weight:normal;
font-size:0.8em;
text-decoration:none;
font-family:arial;
color:#535557;
}
a.content{color:#000000; text-decoration:none;}
a.content:hover {color:#000000; text-decoration:none;}

.orange{
color:#f57f01;
}
a.orange{color:#f57f01; text-decoration:none;} /*link*/
a.orange:hover {color:#bc6a28; text-decoration:none;}   /* mouse over link */

.blue{
color:#003e7e;
}
a.blue{color:#003e7e; text-decoration:none;} /*link*/
a.blue:hover {color:#0069bc; text-decoration:none;}   /* mouse over link */

.black{
color:#000000;
}
a.black{color:#000000; text-decoration:none;} /*link*/
a.black:hover {color:#535557; text-decoration:none;}   /* mouse over link */

.white{
color:#ffffff;
}
a.white{color:#ffffff; text-decoration:none;} /*link*/
a.white:hover {color:#c5c5c5; text-decoration:none;}   /* mouse over link */

.xsmall{
font-size:0.6em;
}

.small{
font-size:0.7em;
}

.large{
font-size:1em;
}

.xlarge{
font-family:trebuchet, arial;
font-size:2em;
line-height:1em;
}


