BODY {BACKGROUND-COLOR: #fffffe}
H1, H2 {TEXT-ALIGN: center}

DIV.text {MARGIN-LEFT: 12%; MARGIN-RIGHT: 11%;
TEXT-ALIGN: justify; COLOR: #000055}

DIV.text H1 {FONT-SIZE: 145%}
DIV.text H2 {FONT-SIZE: 130%; FONT-VARIANT: small-caps; COLOR: green}

DIV.text A {COLOR: blue}
DIV.text A:hover {COLOR: darkred}

/* menu */
DIV.menu {COLOR: white; BACKGROUND-COLOR: #007700}
DIV.menu A {COLOR: white; FONT-SIZE: 96%; FONT-FAMILY: sans-serif; 
FONT-WEIGHT: bold; TEXT-DECORATION: none}

DIV.menu A:hover {COLOR: darkred; BACKGROUND-COLOR: #fffff6}

/* footer */
TABLE.footer {BORDER-STYLE: solid; BORDER-WIDTH: 1px;
BORDER-COLOR: green; PADDING: 3pt}
TABLE.footer A {FONT-SIZE: 98%; TEXT-DECORATION: none}
TABLE.footer A:hover {TEXT-DECORATION: underline; COLOR: darkred}

