/* CHRIS summary pages CSS document

 Author  : Chris X. Weichenberger
 Created : 2014-12-22
*/

body {
    font-family: calibri, helvetica, arial;
    font-size: 16px;
}
a:link {
    color: #517eb9;
    text-decoration: none;
}
a:visited {
    color: #90a2b9;
    text-decoration: none;
 }
a:hover {
    color: #000000;
    background-color: #517eb9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
