BODY {

    font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;  
    color : #000000;
    background-attachment : fixed;
    background-color : #FFFFFF;

}

 A, A:LINK, A:VISITED {

    text-decoration : none;
    color : #494990;
    font-weight : bold;

}

A:HOVER  {

	 text-decoration : none;
     color : Green;
}

TD, TABLE {

    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-decoration : none;

}

INPUT, TEXTAREA, SELECT {

    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 9px;
    text-decoration : none;
    border : 1px solid;
    background-color : White;
}



