 body {
 font-family:arial,sansserif;
 font-size:12pt;
background-color:#ffffff;
background:url("background.jpg") repeat-y;
 }
 
#side {

}

#left {
background-color:#04BFBB;
width:170px;
color:#FFFFFF;
padding:10px;
margin:0px;
float:left;
 }
 
#main    { position:absolute; left:200px;}

.text {
padding:80px; 
}

.smalltext {
font-size:7pt;
}


a:link
{
text-decoration:underline;
color:#3333FF;
font-weight : bold;
font-family: inherit;
}

a:active
{
text-decoration:underline;
color:#FF0000;
font-weight:bold;
font-family: inherit;
}

a:visited
{
text-decoration:underline;
color: #3333FF;
font-weight:bold;
font-family: inherit;
}

a:hover
{
text-decoration:underline;
color:#FF0000;
font-weight:bold;
font-family: inherit;
}

a.menu:link
{
text-decoration:underline;
color:#3333FF;
font-weight : bold;
font-family: inherit;
font-size:9pt;
}

a.menu:active
{
text-decoration:underline;
color:#FF0000;
font-weight:bold;
font-family: inherit;
font-size:9pt;
}

a.menu:visited
{
text-decoration:underline;
color: #3333FF;
font-weight:bold;
font-family: inherit;
font-size:9pt;
}

a.menu:hover
{
text-decoration:underline;
color:#FF0000;
font-weight:bold;
font-family: inherit;
font-size:9pt;
}