﻿a:hover {
    text-decoration: underline;
}
a {
    color: blue;
    font-size: 8pt;
    font-weight: bold; 
    text-align: center;
}

a.pdf, a.pdf.visited {
    text-decoration: none;
    font-weight: bold;
    color: #250858;
    padding: 0 0 0 24px;
    margin: 0 0 8px 0;
    float: left;
    background: url(/_common/images/pdficon_small.png) no-repeat left top;
    width: 166px;
    text-align: left;
}

a.pdf:hover {
    color: #00bce4;
    font-weight: bold;
    text-decoration: none;
}