body {
  margin:0;
  background-image:url(x_bgblank.png);
}
p,td,th {
  font-family:Verdana,Helvetiva,sans-serif;
  font-size:10pt;
}
p.small {
  font-size:8pt;
}
td.title {
  background-image:url(x_background.png);
}
td.pricelist {
  background-color:#CCE0EB;
  border-width:1px;
  border-color:teal;
  border-style:dotted;
}
td.domaintable {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: teal;
  padding: 5px;
}
a {
  color:#006699;
  text-decoration:none;
}
input[type=submit], input[type=text], input[type=password] {
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  padding: 2px;
}
