
body {
  background-color:#CCDDFF;
  color:#000000;
  font-size:10pt;
  font-family:Comic Sans MS;
}

a:link {
  color:#0000CC;
  text-decoration:underline;
}
a:visited {
  color:#000000;
/*  text-decoration:none; */
}
a:active {
  color:#FF0000;
  font-style:italic;
  text-decoration:none;
}

b {
  color:#003300;
  font-weight: bold;
}

i {
  color:#000000;
  font-style: italic;
}

p {
/*  color:#0000CC; */
/*  font-family : Arial Helvetica */
}

h1 { 
  color : #FF0000;
  font-weight: bold;
  font-size : 22pt;
  font-family : Comic Sans MS;
}

h2 { 
  color : #000000;
  font-weight: bold;
  font-size : 16pt;
  font-family : Comic Sans MS;
}

h3 {
/*  background: #336699; */
  color : #000000;
  font-weight: bold;
  font-size : 12pt;
  font-family : Arial;
}

h4 {
/*  background: #336699; */
  color : #000000;
  font-weight: bold;
  font-size : 10pt;
  font-family : Arial;
}

h5 {
/*  background: #336699; */
  color : #000000;
/*  font-weight: bold; */
  font-size : 9pt;
  font-family : Arial;
}

h6 {
/*  background: #336699; */
  color : #000000;
/*  font-weight: bold; */
  font-size : 8pt;
  font-family : Arial;
}

table {
/*  background: #FF0000; */
/*  border-width : thin; */
/*  border-style : solid; */
}

tr {
/*  background: #FF0000; */
  text-align : left;
}

td {
/*  background: #00FF00; */
/*  color : #000000; */
/*  font-size : 10pt; */
  font-family : Comic Sans MS;
}

th {
  font-size : 10pt;
  font-family : Comic Sans MS;
  text-align : left;
}

img {
/*  padding-top : 10px; */
/*  padding-bottom : 10px; */
}


