body {
  background-color: #FFFFFF
}

A:link {
  color: #0860c7;
  text-decoration: none
}

A:visited {
  color: #0040a7;
  text-decoration: none
}

A:active {
  color: #0860c7;
  text-decoration: none
}

A:hover {
  text-decoration: underline
}

/* Standard text */
p, td, tr, ol, li {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: black;
}

h1, h2, h3, h4 {
  font-family: Tahoma, Arial, Verdana, sans-serif;          
  color: #3468C0;    
}

h1 {
  font-style: italic;        
}


h2, h3, h4 {
  font-weight: lighter;
}

#main {
  float:left;
  
}

#sidebar {
  float:right;
  width:250px;
}

#logo {
  text-align: center;
}

#header {
  display: none;
}

#footer {
  display: none;
}