/* Body Text 12pt. Comic Sans
   Background color lite blue */

body {font-size: 12pt;
      font-family: "Comic Sans MS";
      background: #ccccff;}

/* Headings */

h1 {font: 20pt "Book Antiqua"; ProseAntique;
    font-weight: bold;}

h2 {font: 16pt "Book Antiqua"; ProseAntique;
    font-weight: bold;}

/* Don't underline links. Unvisited red, Visited blue, Active teal */

a {text-decoration: none}
a:link {color:red}
a:visited {color:blue}
a:active {color:teal}