a:link{
    color: blue;
    font-weight: normal;
    text-decoration: underline;
    cursor: help;
    font-family: "Times New Roman", Verdana, Arial;
}
a:visited{
    color: #4E74BA;;
    font-weight: normal;
    text-decoration: underline;
    cursor: help;
    font-family: "Times New Roman", Verdana, Arial;
}
a:hover{
    color: red;
    font-weight: normal;
    text-decoration: underline;
    cursor: help;
    font-family: "Times New Roman", Verdana, Arial;
    font-style: italic;
    font-size: 1.2em;
}
