
body {
  font-family:verdana,arial,'sans serif';
  background-color:#FFFFFF;
  color:#000000;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}

p {
  font-size:small;
  font-weight:plain;
  color:black;
  text-align:left;
}

p.title {font-size:large;}
p.gray {color:#999999;}
p.small {font-size:x-small;}
textarea {color:#999999;}
table {border:0px solid black; width:100%;}
table.intro {width:980px;}
th {background-color:#D3D3F2;}
a:link {color:#000080;}
a:hover {color:red;}

.input {
  background-image: url(button_demo.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 100px;
  height: 40px;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
}
.input:hover {background-position: 1px 1px;}
.input:active {background-position: 2px 2px;}
}