/*
 * $Id:$
 * 
 * A CSS file for overriding existing tags
 */

body,p,span,td,li,input,option,select,textarea,a {
    font-family:Verdana,Arial,Sans Serif;
    font-size:13px
}

a {
    text-decoration:underline;
}

a:active{
    color:gray; text-decoration:none;
}

a:hover{
    color:gray; 
    text-decoration:none;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}


h2 {
    font-size: 14px;
    font-weight: bold;
    color: #DD0000;
    margin: 10px 0px 5px 0px;
}

p {
    margin: 5px 0px 5px 0px;
}