/* Custom CSS */
a
{
    color: #3367d6;
    font-weight:bold;
    text-decoration:none;
}

/* mouse over link */
a:hover {
  color: #362787;
}
