body
{
text-align: center;
background-image: url(i/background.png);
background-repeat: repeat;
font-family: Verdana,Arial,Helvetica;
font-size: 80%;
}

a.one:link {color: #000000; text-decoration: none}
a.one:visited {color: #000000; text-decoration: none}
a.one:hover {color: #F1DE09; text-decoration: none; background: #000000;}
a.one:active {color: #FF0000; text-decoration: none; background: #000000;}

a:link {color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:active {color: #FF0000; text-decoration: none; background: #000000;}

div.container
{
margin: 0px auto;
width: 800px;
height: 100%;
text-align: center;
padding:0;
z-index:0;
} 

div.sidebar
{
margin: 0px 0px 0px 0px;
width: 125px;
padding: 10px 10px 0px 30px;
text-align: left;
height: 100%;
float: left;
z-index:1;
font-weight: bold;
} 

div.main
{
margin: 0px 0px 0px 0px;
width: 595px;
padding: 0px 0px 0px 36px; 
float: left;
clear: right;
text-align: left;
border-style: none none none solid;
border-left-width: 2px;
z-index:1;
}

ul
{
list-style: disk inside;
}

span.h1
{
font-size: 175%;
font-weight: bold;
}

span.h2
{
font-size: 160%;
text-decoration: underline;
}

span.red
{
color: red;
}

span.h3
{
font-size: 160%;
}