﻿html {
    margin: 0 auto;
    max-width: 1200px;

    background-image: url('../images/greengroovytile.png');
    font-family: 'Open Sans', Arial;
    font-size: 11pt;
}

BODY {
    background-color: #FAFAFA;
}


a:visited {
    FONT-WEIGHT: bolder;
}

a:link {
    FONT-WEIGHT: bolder;
    COLOR: blue;
}

a.action_link {
    text-decoration: none;
}