BODY.banner {
    background      : url('fill120.gif');
    }

BODY.nav {
    background      : navy;
    font-size       : medium;
    font-family     : "Lucida Sans";"Lucida Sans Typewriter";"Lucida Sans Unicode";"Lucida Console"; sans-serif;
    }

A.nav:link,
A.nav:visited {
    color           : white;
    background      : red;
    text-decoration : none;
    position        : absolute;
    width           : 150;
    text-align      : center;
    }
A.nav:hover, 
A.nav:active {
    color           : red;
    background      : white;
    text-decoration : none;
    position        : absolute;
    width           : 150;
    text-align      : center
    }

BODY.main {
    padding         : 10;
    background      : navy;
    color           : white;
    font-size       : medium;
    font-family     : "Lucida Sans";"Lucida Sans Typewriter";"Lucida Sans Unicode";"Lucida Console"; sans-serif;
    }

H1 {
    padding         : 10;
    text-align      : center;
    font-weight     : bold;
    font-size       : x-large;
    font-variant    : small-caps;
    }
H2 {
    padding         : 10;
    text-align      : center;
    font-weight     : bold;
    font-size       : large;
    font-variant    : small-caps;
    }
H3 {
    padding         : 10;
    text-align      : left;
    font-weight     : bold;
    font-size       : medium;
    font-style      : italic;
    }

P {
    padding-left    : 10;
    padding-right   : 10;
    text-align      : justify;
    font-variant    : normal;
    font-style      : normal;
    }

DT, DD {
    position        : relative;
	left            : 20%;
    width           : 60%;
    padding         : 10;
    }

DT {
	font-style      : italic;
	}

A:link,
A:visited {
    color           : red;
    text-decoration : none;
    }
A:hover, 
A:active {
    color           : red;
    background      : white;
    text-decoration : none;
    }

IMG.banner {
    padding         : 0;
    }
IMG.left {
    float           : left;
    margin         : 10;
    }
IMG.right {
    float           : right;
    margin         : 10;
    }