html
{
  font-family: "Raleway", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 12pt; 
  /*  
   font-size-adjust: 100%;
   text-size-adjust: 100%;
   webkit-text-size-adjust: none;
  */
}

a:link 
{
  color: #0060BB;
  text-decoration:none;
}

a:visited 
{
  color: #0060BB;
  text-decoration:none;
}

a:hover 
{
  color: #0060BB;
  text-decoration:underline;
}

a:active 
{
  color: #0060BB;
  text-decoration:underline;
}

#mainpanel
{
  padding: 5px 0;
  margin-left: 320px;
  max-width: 800px;
}

h1 { font-size: 1.5em; }

#sidepanel
{
  float: left;
  width: 300px;
  padding: 5px 0;
  margin-top:10px;
}

span.highlight
{
  background-color: #E0E0FF;
}
