body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000;
background-color: #FFCC33;
margin: 0em;
line-height: 130%;

background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 20px;
}

table.border {
border: dashed 1px;
color: #300;

}

table.footer {
font-family: Verdana, Helvetica, sans-serif;
font-size: 70%;
color: #333;
}

p {}

h1 {
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
color: #660000;
font-weight: bold;
font-size: 130%;
margin-top: 20px;
margin-bottom: 20px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
color: #660000;
font-weight: bold;
font-size: 110%;
margin-top: 10px;
margin-bottom: 10px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
color: #CCC;
font-weight: bold;
font-size: 110%;
margin-top: 10px;
margin-bottom: 10px;
}

a:link {}
a:visited {}
a:hover {}

.sidebar {}
  
.sidebar a:link {
color: #000;
text-decoration: underline;
background-color: #FC3;
}
  
.sidebar a:visited {
color: #000;
text-decoration: underline;
background-color: #FC3;
}
  
.sidebar a:hover {
color: #000;
background-color: #F90;
text-decoration: none;
}