/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/*website theme colors blue #1e3c4c green #91b398*/

.homebody {
    background-color: #ffffff;
}

a:link, a:active, div.icons {
    color: #91b398;
}

a:visited {
    color: #1e3c4c;
}

body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.header {
    color: #91b398;
}

