BODY {
   color: #2E2561;
   background-color: #FFFAFA;
   font-family: Arial, "ITC Officina Sans", sans-serif;
   font-size: large;
}

H1 {
   font-size: xx-large;
}

H2 {
   font-size: x-large;
}

H3 {
   font-size: large;
}

A {
   color: #255961;
   text-decoration: none;
}

A:HOVER {
   text-decoration: underline;
}

PRE {
   font-family: "Courier New", Courier, monospace;
   font-size: small;
   margin-left: 10%;
   margin-right: 8%;
}

.invisible {
   color: #FFFAFA;
}