/*

Begin2spin css sheet, used mostly for entry2.php

*/

* {
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
 }

td.box {
  text-align: left;
  padding: 5px;
  margin-bottom: 0px;
  margin-left: 3px;
  border-bottom: 1px solid black;
  border-right: 1px solid  black;
  border-left: 1px solid  black;
  border-top: 1px solid  black;
}

.headline {
  text-transform: smallcaps;

.small {font-size: 10px;}
