body  {
  background-color : #333333;
  color : #ffffff;
  text-align : center;
  font-family : Verdana, Arial, sans serif;
  font-size : 12px;
  font-weight : normal;
  padding-top: 0px; 
  margin-top: 0px;
}
p {
  color : #222;
}
p.copyright {
  color : #333;
  font-size : 10px;
}
h1 {
  color : #222;
}
h3 {
  color : #222;
}
table { 
  background-color : #ccc;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
td {
  color : #004e6b;
}
td.td_menu {
  width : 14%;
  background-color : #aaa;
}
td.td_empty {
  width : 1%;
}
ul {
  color : #004e6b;
  list-style-image : url(/uwboekbinder/images/bol.png);
}
:link {
  color : #222;
}
:visited {
  color : #222;
}
link:hover {
  color : #444;
}
link:active {
  color : lime;
}
img {
  border-width : 1px;
  border-style : solid;
  border-color : #999;

  margin : 1px;
  padding : 2px;
}
img.noborder {
  border-width : 0;
  margin : 1px;
  padding : 2px;
}
img.middle {
  vertical-align: middle;
}
INPUT {
  background-color : #dbf5ff;
  color : #191970;
  font-family : arial, verdana, ms sans serif;
  font-weight : normal;
  font-size : 10pt;
}
TEXTAREA {
  background-color : #dbf5ff;
  color : #191970;
  font-family : verdana, arial, sans serif;
  font-size : 10pt;
  font-weight : normal;
}
CHECKBOX {
  background-color : #dbf5ff;
  color : #191970;
  font-family : arial, verdana, ms sans serif;
  font-weight : normal;
  font-size : 10pt;
}

.right {
    float: right;
    text-align: left;
}
.center {
    text-align: center;
}
