body {
  background-color:#60B0FF;
  font-family:"Comic Sans MS",sans-serif;
  font-weight:500;
  font-size:12pt;
  color:#404040;
  margin-left:5pt;
  margin-right:5pt;
  }
      
b {
  color:#000000;
  }

i {
  color:#202020;
  }
  
a {
  text-decoration:none;
  }
  
a:link {
  color:#F0F0F0;
  }
  
a:hover {
  color:#F0F080;
  }
  
a:visited {
  color:#FF8000;
  }
  
a:active {
  color:#FF0000;
  }
  
img {
  margin:6pt;
  }

table {
  margin:6pt;
  }
  
p {
  font-size:12pt;
  }

td {
  background-color:#A0D0FF;
  }
  
td.org {
  background-color:#60B0FF;
  }
  
th {
  background-color:#2090FF;
  color:#000000;
  font-size:13pt;
  }

h1 {
  font-size:22pt;
  }

h2 {
  font-size:18pt;
  }
  
h3 {
  font-size:14pt;
  }
  
h4 {
  font-size:12pt;
  }

h5 {
  font-size:10pt;
  }
  
h6 {
  font-size:8pt;
  }
