<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2020, 6:03:00 PM
    Author     : achilles
*/

body {
    /*background-color: #FAF9F6;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Thin Lato */
/*.lato-thin-italic {*/
/*    font-family: "Lato", sans-serif;*/
/*    font-weight: 100;*/
/*    font-style: italic;*/
/*}*/


/* Header */
#header-logo {
    max-width: 100px;
}

.header-link {
    font-size: 1.3rem;
    color: #1e75eb;
}

.header-link:hover {
    color: darkblue;
}





/* Footer */
#footer-background-div {
    background-color: #262525;
    color: #ffffff;
}

.footer-link {
    color: #ff1420;
    text-decoration: none;
}

.footer-link:hover {
    color: #ff1420;
    text-decoration: underline;
}

.footer-signature-text {
    color: lightgray;
}

#footer-runnable-link {
    color: lightgray;
    text-decoration: none;
}

#footer-runnable-link:hover {
    color: white;
    text-decoration: underline;
}</pre></body></html>