/*Colours taken from http://www.december.com/html/spec/color.html*/
body {
  font-family: sans-serif;
  font-size:13pt;
  background:#FFF8C8;/*yellow*/
}

table.buttons td {
  text-align: center;
  background-color: #FFCC66;/*orange*/
  width: 14%;
  height: 24pt;
}

table.buttons a {
  font-weight: bold;
  font-size: 15pt;
}

table.buttons a:hover {text-decoration: none; }

table.buttons td:hover {
  background-color: #FFF8C8;/*yellow*/
}

td.leftside {
  background-color: #FFCC66;/*orange*/
  vertical-align: top;
  width: 20%;
}

td.noleftside {
  background-color: #FFCC66;/*orange*/
  vertical-align: top;
  width: 20%;
}

span.pageheader{
  background: #FFCC66;/*orange*/
  font-size:15pt;
  font-weight:bold;
}

span.counter {
  font-family: Courier, sans-serif;
  font-size: 14pt;
  font-weight:bold;
  background: white;
}

a[href] {
  color: #B22222;/*firebrick*/
  text-decoration: none;
  font-size: 13pt
}

a[href]:visited {
  color: #8B2323;/*brown4*/
}

a[href]:hover {
  text-decoration: underline;
}
