body, p, table, tr, td, input, select
{
 font-size : x-small;
 font-family : Tahoma, Verdana, Arial, sans-serif;
 color : #000000;
}
 .red
{
 color : #FF3300;
}

 .blue
{
 color : #0066CB;
}

 .white
{
 color : #ffffff;
}

a.white, a.white:visited, a.white:active, a.white:hover
{
 color : #ffffff;
}

a.black, a.black:visited, a.black:active, a.black:hover
{
 color : #000000;
}

a.red, a.red:visited, a.red:active, a.red:hover
{
 color : #FF3300;
}

a.blue, a.blue:visited, a.blue:active, a.blue:hover
{
 color : #0066CB;
}
