body {
  background-color:#fff8eb;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;;
  font-size:small;
  color:#001e3a;
  }

/* The main box */

div.mainbox {
  display:block;
  background-color:#bfdfff;
  width:485px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  }

/* The boxes */
  
table.boxes {
  display:block;
  background-color:#fff8eb;
  width:505px;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto
  }
  
table.boxes td {
  width:35px;
  height:35px;
  background-color:#81c2ff;
  color:blue;
  padding:0px;
  text-align:center;
  font-size:small;
  font-weight: bold;	
  }
  
a:link { color: #6666FF; text-decoration: none; background-color: transparent }

a:visited { color: #6666FF; text-decoration: none; background-color: transparent }

a:hover { color: blue; text-decoration: none; background-color: transparent }

/* Texty definitions */

h1 {
  text-align:right;
  margin:10px;
  margin-top:0px;
  padding-top:10px;
  font-size:medium;
  color:blue;
  border-bottom:1px dashed #0000CC;
  }
  
h2 {
  text-align:right;
  font-size:xx-small;
  font-weight:normal;
  margin:10px;
  margin-top:-10px;
  }
  
p {
  font-size:small;
  line-height:150%;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  }

ul li { margin: 0.3em 0 0.3em 0.25em}

ul li.cir {list-style:circle; margin-bottom: .5em;}

ul li.dis {list-style:disc; margin-bottom: 1.5em;}

ul li.squ {list-style:square;}
