body,td,th {
  font-family: verdana, sans-serif;
  font-size: x-large;
  background: #EEEEEE;
  background-color:rgba(0, 0, 0, 0);
  color: black
}
table.bordered {
  border: 1px solid black;
  border-collapse: collapse;
}
td.bordered {
  border: 1px solid black;
  padding: 10px;
  vertical-align: top;
}
th.bordered {
  border: 1px solid black;
  padding: 10px;
}
td.notbordered {
  padding: 3px;
}
td.notbordered_nowrap {
  padding: 3px;
  white-space: nowrap;
}
th.notbordered {
  padding: 3px;
}
body.help {
  background: white;
  color:      black;
}
li{
  margin: 10px 0;
}
a:link {
  color:blue;
  text-decoration: none;
}
a:hover {
  color:blue;
  text-decoration: underline;
}
a:visited {
  color:crimson; 
  text-decoration: none;
}
h1,h2,h3 {
  text-decoration: none;
}
h1{
  font-size: xxx-large;
}
h2 {
  font-size: xx-large;
}
h3{
  font-size: x-large;
}
h4{
  font-size: large;
}
h5{
  font-size: medium;
}
h6{
  font-size: small;
}
input.btn {
  font-weight: bold;
  font-size: x-large;
}
input.btn2 {
  font-size: x-large;
}
input.txt {
  font-family: Courier;
  font-size: x-large;
}
.button {
  background: #DDDDDD
}
td.box{
  border: 3;
  border-color: black;
  border-style:solid;
}iframe {    
  border: 0;
  width: 100%;
}
.alignRight { 
  text-align:right;
}
.alignLeft {
  text-align:left;
}
.alignCenter { 
  text-align:center;
}
