body,table,th,td,tr,div,p,pre,h1,h2,h3,h4,ul,strong
{
    font-family       : Arial,Verdana,sans-serif;
    font-weight       : normal;
    text-decoration   : none;
    color             : black;
}

th {
    font-weight       : bold;
}

table {
    font-size         : 12px;
}

h1 {
    text-align        : center;
}

input, select, textarea
{
    font-family       : Arial,Verdana,sans-serif;
    font-weight       : normal;
    text-decoration   : none;
    text-align        : left;
    color             : black;
}

.date {
    font-weight       : bold;
    color             : red;
}

.actual {
    font-size         : 14px;
}

.small {
    font-size         : 10px;
}

.big {
    font-size         : 18px;
}

.workingDir, strong {
    font-weight       : bold;
    color             : red;
}
a:link {
    color             : #7a0202;
}
a:visited {
    color             : black;
}
a:hover {
    color             : black;
    text-decoration   : underline;
}
