body {
font-family : Arial;                                                         
font-size : 11px;                                                                 
color: #FFDAAD;              
}

.title { 
font-size: 15px; 
font-family: Verdana;
color: #46324B;
font-weight:bold;
}


div { font-size: 11px; }
td { font-size: 11px }

A:link{
    color : #B5592A;
    font-style : none;
    text-decoration : none;
   font-weight:bold;
}

A:active {
    color : #B5592A;
    font-style : none;
    text-decoration : none;
   font-weight:bold;
}

A:visited {
    color : #B5592A;
    font-style : none;
    text-decoration : none;
   font-weight:bold;
}


A:hover {
    color : #E05968;
    font-style : none;
    text-decoration : underline;
    font-weight:bold;
    filter:blur;
}

input, textarea, option, select{
background:#C79965; 
color:B5592A; 
font-family:verdana; 
font-size:11px; 
border-width:1px}