body
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #ffffff

}

.black
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000

}

.red
{
font-family: Arial, sans-serif;
font-size: 16px;
color: #ff0000

}

.blacksm
{
font-family: Arial, sans-serif;
font-size: 9px;
color: #000000

}

a
{
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

a:hover
{
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: #ffffff;
}

a.black
{
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000000;
}

a.black:hover
{
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: #000000;
}

.heada
{
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}


input
{
color: #000000;
background: #ffffff;
border: 1px solid #ff0000
}

input.radio
{
color: #000000;
background: #ffffff;
border: 1px solid #ff0000
}

select
{
color: #000000;
background: #ffffff;
border: 1px solid #ff0000
}

textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #ff0000
}

.submit input
{
color: #000000;
background: #ffffff;
border: 1px solid #ff0000
} 
