body {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 background-color: #e2edff;
 line-height: 125%;
 padding: 15px;
}

h1 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 font-size: x-large;

}

li {
 font-size: small;
}

h2 {
 color: blue;
 font-size: medium;
 font-weight: normal;
}

li {
 font-size: small;
}

p {
 font-size: small;
 color: navy;
}



#tagline p {
 font-style: italic;
 color: black;
}

#javacode pre { 
  font-size: 8pt; 
  line-height: 120% 
} 


h1, h2, h3 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 background-color: navy;
 color: white;
}
