body  {font-size: 12pt;
      font-weight: normal;
      font-family: "Comic Sans, Comic Sans MS, Bangle, Book Antiqua";


      color: black;
      background: #E0E2B9;
/*    background: #F1F3CA;*/
/*    background: url(jersbackground3.gif);*/
      line-height: 14pt;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 10px;
      margin-bottom: 20px;
      text-align: "justify";}

h1
{
 font-family: "Arial";
 line-height: 30pt;
 text-align="center";
}

/*Format of the date/title which precedes each entry*/
div.date
{
 font-weight: bold;
 line-height: 20pt;
}

/*Format for entries of people other than Jeremy*/
div.notjer
{
 font: 12pt Lucida Sans, Mirror;
}

/*Links within the descriptive paragraph on home page (with no underline)*/
a.nounderline {text-decoration: none;}
a.nounderline:link {color: green}
a.nounderline:visited {color: green}
a.nounderline:active {color: white}

/*Regular links*/
a {text-decoration: underline;}
a:link {color: navy}
a:visited {color: blue}
a:active {color: white}