@media screen {
    .HIGHLIGHT { color: #A7F1A7 }

    .REGULAR { color: #084D08 }

    .LOWLIGHT { color: #a0a0a0 }

    .ERROR {color: red}

    .INITIAL:first-line { text-transform: uppercase }

    .TITLE { font-family:  Times, Garamond, serif }

    .SETMARGIN  { margin-right: 4em; margin-left: 4em }

    BODY {
        border-color: White;
        background-image: url(images/background.jpg);
        background-color: White;
        background-repeat: repeat;
        background-attachment: fixed;
        color: black;
        font-family: Times, Garamond, serif;
        font-weight: 500
    }

    H1, H2, H3, H4, H5, H6 {
        color: #084D08 ;
    }

    a:link {
        color: #084D08 ;
        text-decoration: underline;
    }

    a:active {
        color: #084D08 ;
        text-decoration: underline;
    }

    a:visited {
        color: #084D08 ;
        text-decoration: underline;
    }
}

@media print {
    BODY {
    	background-color : White;
        border-color: Black;
    	color : Black;
	    font : Courier, serif;

    H1, H2, H3, H4, H5, H6 {
        color: BLACK ;
    }
}

H1, H2, H3, H4, H5, H6 {
    text-align: center
}

