body {
    background-color: #a7a7a7;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    }
#info {
}

#BGTABLE {
    border-decoration: collapsed;
    }
#NAVIGATION {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    }
#MAIN { 
    font-size: 10pt;
    }

#INFORMATION {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    margin-left: 90px:
    }
a:visited {
    text-decoration: underline;
    color: black;
    }
a:active {
    text-decoration: underline;
    color: black;
    }
a:link {
    text-decoration: underline;
    color: black;
    }
a:hover {
    text-decoration: overline;
    color: red;
    }

h1 {
    font-size: 24px;
    color: #000099;
    spacing: 1px;
    }

h2 {
    font-size: 20px;
    color: #000099;
    spacing: 1px;
    }

h3 {
    font-size: 12px;
    color: #000099;
    spacing: 1px;
    }
	
a:onclick {
    text-decoration: underline;
    color: red;
    }
