/*
red    #c2201e
blue   #003f81
green  #3a8315
yellow #ffeb00
purple #8d2972
orange 
*/

body
{
   font-family: verdana, arial, sans-serif;
   font-size: 10pt;

   background-image: url(../images/sidebar.jpg);
   background-repeat: repeat-y;

   padding: 0px;
   margin: 0px;
}


h2
{
   font-size: 10pt;
   font-weight: bold;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

#body
{
   position: absolute;
   top: 170px;
   left: 250px;
   padding: 10px;
}

a
{
   color: white;
}