body 
{
margin: 0px;
padding: 0px;
background-color: #faebd7;
font-family: Arial, Helvetica, SanSerif;
font-size: 13px;
line-height 17px;
}

#top
{
margin: 5px;
padding: 10px;
background-color: #faebd7;
height: 80px;
width: 800px;
border-bottom-width: 2px;
border-bottom-color: #888;
border-bottom-style: solid;
}

#left
{
position: absolute;
top: 150px;
left: 0px;
margin: 5px;
padding: 10px;
background-color: #faebd7;
border: none;
width: 226px;
}

#middle
{
margin: 5px 5px 5px 250px;
padding: 20px 5px 5px 5px;
background-color: #faebd7;
width: 555px;
border-bottom-width: 2px;
border-bottom-color: #888;
border-bottom-style: solid;
}

#note
{
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
background-color: #faebd7;
width: 500px;
border-bottom-width: 2px;
border-bottom-color: #888;
border-bottom-style: solid;
}

#end
{
margin: 5px 5px 5px 250px;
padding: 5px 5px 5px 5px;
background-color: #faebd7;
width: 555px;
border: none;
}

#sidebox1
{
position: absolute;
top: 400px;
left: 28px;
margin: 5px;
padding: 10px;
background-color: #fff;
border: 1px #000 solid;
width: 190px;
}

#sidebox2
{
position: absolute;
top: 500px;
left: 28px;
margin: 5px;
padding: 10px;
background-color: #fff;
border: 1px #000 solid;
width: 190px;
}

#progbox
{
margin: 5px 5px 5px 250px;
padding: 20px 5px 20px 5px;
background-color: #8F8;
width: 555px;
border-width: 2px;
border-color: #888;
border-style: solid;
}

h2
{
font-size: 14pt;
font-weight: bold;
color: black
}

h3
{
font-size: 12pt;
font-weight: bold;
color: green

}
h4
{
font-size: 10pt;
font-weight: bold;
color: green
}

h5
{
font-size: 8pt;
font-weight: bold;
font-style: italic;
color: green
}

.main
{
font-family: Arial, Helvetica, SanSerif;
font-size: 13px;
line-height: 17px;
font-weight: normal;
}

.examples
{
font-family: Arial, Helvetica, SanSerif;
font-size: 10px;
line-height: 12px;
}

.sort
{
font-family: Arial, Helvetica, SanSerif;
font-size: 8pt;
}

.sidehead
{
font-family: Arial, Helvetica, SanSerif;
font-size: 11px;
font-weight: bold;
color: maroon;
}

.sidetext
{
font-family: Arial, Helvetica, SanSerif;
font-size: 10px;
line-height: 12px;
}

.menu
{
font-size: 10pt;
font-weight: normal;
color: green;
}

.selected
{
font-size; 10pt;
font-weight: normal;
color: black;
}

ul{list-style-type: square}

a:link {color: blue; text-decoration: underline}
a:visited {color: brown; text-decoration: underline}
a:hover {color: red; background: yellow}
a:active {color: blue}

div a:link {color: blue; text-decoration: underline} 
div a:visited {color: maroon; text-decoration: underline} 
div a:hover {color: blue; background: yellow} 
div a:active {color: blue}




