body {
/*  font: 11px Verdana;*/
  background-image: url('../images/gradient.gif');
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 80%;
}

h1 {
 font: bold 16px Georgia; 
/*
 font-size: 16px; 
  font-weight: bold; */ 
  color: blue;
}

h2 {
  font: 12px Georgia; 
  color: #666;
  padding: 2px;
  border: 1px #ccc solid
} 

#content p {
  margin-left: 20px;
  text-align: justify; 
}
#content h5 {
  font-size:10pt; font-weight: bolder;
  border: 1px #eee solid;
}

#rt-col p {
  margin-left: 15px;
  text-align: justify;
  font-size: .9em; 
  color: #333;
}


.box { 
  border: 1px #CCC solid;
  width: 90% 
  font-size: .7em; 
  text-align: center;
  padding: 1em;
}

/*
   div.box { border: solid; border-width: thin; width: 80% }
   .note { font-size: 8pt; color: gray; background-color: transparent; text-align: center;}
*/
/*border: 1px black solid;*/


a {color: blue; text-decoration: none;}
a:link {color: blue;}
a:visited {color: teal;}
a:hover {color: red; }
a:active {color: lime;}

