dummy { font-weight:bolder; }

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL {
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 0px; margin-bottom: 0px }
H5, H6 { margin-top: 1em }
H1 { text-align: center; }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: xx-large; font-family:sans-serif; padding:1em;}
H2 { font-size: x-large; font-family:sans-serif; border-bottom:solid; }
H3 { font-size: large; font-family:sans-serif;  }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { }

DT { margin-bottom: 0; font-weight: bold;  margin-top:1em;}
DD { margin-top: 0;}
.NAVIGATION DD { margin-left:0;}

HR { border: solid; color:black; background:black; }        /* 'border-bottom' could also have been used */

BODY {
  font-family: verdana; serif;
  line-height: 1.1;
  background-color: white;
  color: black;
  text-align:justify;
  font-size:14pt;

}


DIV.NAVIGATION {
			position: absolute; 
			margin-left:5%; 
			margin-top:5em;
			padding:1%;
			border:solid;
			width:20%;
			background:white;
			text-align:left;
			}
DIV.MAIN {
			position:absolute; 
			margin-left:20%;
			margin-top:5em; 
			margin-right:20%;
			border:none;
			padding:1%;

			background:white;
		}
		


A	{ text-decoration:underline; }
A:link { color: blue; background-color:white;}          /* unvisited link */
A:visited { color: red; background-color:white; }        /* visited links */
A:active { color: blue; background-color:yellow; }        /* active links */
A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }