hr  {color: #ccc; height:2px; border: dotted;}

BODY
{
    FONT-FAMILY: Verdana,Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 110%;
    FONT-WEIGHT: normal;
    line-height:1.2em;

}


P,label { font-size: inherit;}

INPUT, textarea
{
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-WEIGHT: normal;
     font-size: 1.2em;
}
INPUT:focus {color: black; background: yellow;}
INPUT:hover {color: black; background: yellow;}
textarea:focus {color: black; background: yellow;}
textarea:hover {color: black; background: yellow;}
file:focus {color: black; background: yellow;}
file:hover {color: black; background: yellow;}


input[type="checkbox"] { background-color : yellow;}
input[type="checkbox"] { color : red; }
input[type="checkbox"] { width: 30px; height: 30px; }

td
{
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-WEIGHT: normal;
     font-size: 1.1em;
}


h1
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    font-size: 1.2em;
}

a { text-decoration: none;}
a:link { text-decoration: none;background-color:transparent}
a:active { text-decoration:underline;color:#00FF00 !important;}
a:focus { text-decoration:underline;color:#00FF00 !important;}
a:hover { text-decoration:underline;color:#00FF00 !important;}
/*a:link:hover, a:visited:hover {background-color:#ccc !important;}*/
