body
{
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color : cornsilk;
}
h1.arch
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: ffcccc;
}
h2.arch, h3.arch
{
   align = "center";
   background-color: ffcccc;
}
h1.int
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: ff0033;
}
h2.int, h3.int
{
   background-color: ff0033;
}
h1.java
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: 99ff66;
}
h2.java, h3.java
{
   background-color: 99ff66;
}
h1.pascal 
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: cc99ff;
}
h2.pascal, h3.pascal
{
   background-color: cc99ff;
}
h1.misc 
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: ffcc66;
}
h2.misc, h3.misc
{
   background-color: ffcc66;
}
h1.web 
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: ccffff;
}
h2.web, h3.web
{
   background-color: ccffff;
}
h2, h3
{
   font-size: 100%;
   font-family: trebuchet;
}

h1.extra
{
   font-size: 110%;
   font-family: trebuchet;
   background-color: ffff00;
}
h2.extra, h3.extra
{
   background-color: ffff00;
}

p.code
{
   background-color: white;
   font-family: Courier;
   font-size: 75%;
}
p.eula
{
   font-size: 75%;
}
p.darkeula
{
   font-size: 75%;
   color : ff0000;  
}