/* 
    Document   : userarea
    Created on : May 29, 2010, 9:30:04 AM
    Author     : david
    Description:
        Purpose of the stylesheet follows. Is for any area
        that a user logs in. It is to change all text to white
        on the light green background.
*/


label {
    color: #fff;
}

p {
    color: #fff;
}

div {
    color: #fff;
}

td {
    color: #fff;
}

th {
    color: #fff;
}

table {
    border-color: #fff;
    border-style: dashed;
    border-width: 1px;
    border-spacing: 1px;
}

tr {
    height: 20px;
}

td {
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

a:link              { color:#fff; text-decoration:none; font-weight: bold; }
a:visited           { color:#fff; text-decoration:none; font-weight: bold; }
a:hover             { color:#fff; text-decoration:underline; font-weight: bold; }
a:active            { color:#fff; text-decoration:underline; font-weight: bold; }



