/* FONT */

body {
    font-family: Calibri, Verdana, sans-serif;
    font-size:  83%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Consolas", "Courier New", sans-serif;
    font-weight: normal;
}
a {
    font-weight: bold;
}

/* BACKGROUND */

html {
/*    background-color: #eef8ff;*/
    background-color: white;
}

/* FOREGROUND */

a { color: blue; }
a:visited { color: navy; }
a:active {
    color: white;
    text-shadow: #008 0 0 8px;
}
hr {
    border-top: 1px dotted navy;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/* STYLING */

