BODY {
	BACKGROUND-COLOR: #99CCFF; 
    font: 12pt Arial, sans-serif;
    color: black;
}

h1
{
    font: 24pt;
}

h2
{
    font: italic 16pt;
}

h3
{
	font: 14pt;
}

hr
{
	color: #000066;
}

a
{
    color: black;
} 

div.cont
{
 position: absolute; 
 left: 0; 
 top: 0;
 width: 160; 
 height: 100%;
 BACKGROUND-COLOR: #000066; 
 color: white;
 font: 10pt;
 padding: 2em 1em;
}

div.main
{
 position: absolute;
 top: 0;
 left: 190;
 padding: 2em 1em;
}

a.cont
{
    color: white;
}

