body {font-family: "comic sans ms","times";}

body {font-size: 10pt;}
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 135%;}
h4 {font-size: 110%;}

th {
  font-size: 100%;

h1 {font-weight: bold;}
h2 {font-weight: bold;}
h3 {font-weight: normal;}
h4 {font-weight: normal;}

h1,h2 {color: Blue;}

h1 {text-align: center;}

h2, h3, h4 {text-align: left;}

.monh2 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  text-color: blue;
  border-width: 4;
}

h3.menu {
  text-align: center;
  font-weight: bold;
}

.tt {
  font-family: "courier";
  font-weight: bold;
}

.times {
  font-family: "times";
  font-weight: normal;
}

th {
  font-family: "comic sans ms","times";
  font-weight: normal;
}

ul.menu td {
  text-align: left;
}

p.date {
  color: #555555;
  text-align: right;
  font-size: 8pt;
}
 
body {
  color: #000000;
  background: #DDE4FD;
  text-align: justify;
 }

 body.menu {
  text-align: left;
}

.menu li {
  margin-left: 0em;
}

A:hover {color: #FF0000;}
A:link {color: #0000EE;}
A:visited {color:  #551A8B;}
A:active {color: #FF0000;}



