/*
  $Id: index_boxies.css 541 2008-02-08 12:04:37Z wwwwolf $
*/
div.boxies { 
}

div.boxie { 
  width: 135px;
  border: 2px solid black;
  font: 15px sans-serif;
  margin: 10px;
  padding: 0px;
  float: left;
  height: 240px;
}

div.boxie h2 {
  text-align: center;
  font-size: 12pt;
  font-family: sans-serif;
  font-weight: bold;
  margin: 2px 4px 4px 4px;
  border-bottom: 1px solid grey;
}

div.boxie ul { 
  list-style-type: square;
  padding-left: 18px;
  margin: 2px;
}

.greenbg { background: #efe; }
.redbg { background: #fee; }
.bluebg { background: #eef; }
.yellowbg { background: #ffe; }

