/* text styles */
.body {
    font: 10px/12px 'Arial', Helvetica, Tahoma, Geneva, sans-serif;
    color: #6D6E71;
    text-transform: none;
}

.h1 {
    font: 10px/12px 'Arial', Helvetica, Tahoma, Geneva, sans-serif;
    color: #000000;
    text-transform: none;
}

.link {
    color: #6D6E71;
    text-decoration: none;
}
.body a:hover {
    border-bottom: 1px dotted #6D6E71; 
}

.h1 a:hover {
    border-bottom: 1px dotted #F06B18; 
}

