A IMG { border: 2px solid #F5F5F5 }
A:active IMG { border: 2px solid lime }
A:hover IMG { border: 2px solid lime }

A.iconlabel:link
    {
    color: black;
    text-decoration: none;
    font-size:65%;
    font-family: Arial, helvetica, sans-serif;
    }

A.iconlabel:visited
    {
    color: black;
    text-decoration: none;
    font-size:65%;
    font-family: Arial, helvetica, sans-serif;
    }

A.iconlabel:hover
    {
    color: blue;
    text-decoration: underline;
    font-size:65%;
    font-family: Arial, helvetica, sans-serif;
    }

.info
    {
    background-color: lightgrey;
    }

.even
    {
    background-color: lightgrey;
    }

.odd
    {
    background-color: white;
    }

.yes
    {
    color: green;
    }

.no
    {
    color: red;
    }

BODY.login
    {
    background-color: #FFFFFF;
    }

BODY
    {
    background-color: #F5F5F5;
    }

STRONG
    {
    color:red;
    font-size:120%;
    font-weight:700;
    }

BIG
    {
    font-size:150%;
    }

HR
    {
    height:1px;
    color:black;
    background-color:black;
    border:0;
    }

I
    {
    font-weight:600;
    }
