.red
{ 
font-family: arial, helvetica, arial;
font-weight: normal;
font-size: 12px;
color: #ff0000;
}

.titred
{ 
font-family: arial, helvetica, arial;
font-weight: bold;
font-size: 16px;
color: #ff0000;
}

.brown
{ 
font-family: arial, helvetica, arial;
font-weight: normal;
font-size: 12px;
color: #800000;
}

.titbrown
{ 
font-family: arial, helvetica, arial;
font-weight: bold;
font-size: 16px;
color: #800000;
}

.green
{ 
font-family: arial, helvetica, arial;
font-weight: normal;
font-size: 12px;
color: #008000;
}

.titgreen
{ 
font-family: arial, helvetica, arial;
font-weight: bold;
font-size: 16px;
color: #008000;
}

.biege
{ 
font-family: arial, helvetica, arial;
font-weight: normal;
font-size: 12px;
color: #ffffcc;
}

.titbiege
{ 
font-family: arial, helvetica, arial;
font-weight: bold;
font-size: 16px;
color: #ffffcc;
}

.titwhite
{ 
font-family: arial, helvetica, arial;
font-weight: bold;
font-size: 16px;
color: #ffffff;
}

.black
{ 
font-family: arial, helvetica, arial;
font-weight: normal;
font-size: 10px;
color: #000000;
}

A:link , A:visited 
{
text-decoration: none;
color: #C00000;
} 
A:hover
{
text-decoration: none; 
color: red;
}
