
body {
   margin-left: 2cm;
   margin-right: 4cm;
   min-width: 12cm;
   color: black;
   background: white;
}

a:link {color: maroon}     /* unvisited link */
a:visited {color: navy}  /* visited link */

h1, h2, h3, h4 {
   color: navy;
   font-family: "arial", sans-serif;
}

strong {
   color: navy;
}

div.title, div.subtitle {
   background: maroon;
   color: white;
   font-family: "arial", sans-serif;
   padding-left: 1ex;
}

div.title {
   font-size: 24;
}

div.subtitle {
   font-size: 18;
}
