body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
}
a:link{
    color: rgb(97, 21, 124);
    text-decoration: none;
}
a:hover{
    color:red;
}