﻿body {
background-image: url('./bg.jpg');
background-repeat: repeat-x;
font: 9pt sans-serif;
}
.logo {
  color: #cccc00;
  font-family: serif;
  font-weight: bold;
  font-size: 40px;
  margin-top: 0px;

}
td {
vertical-align: top;
font: 9pt sans-serif;
line-height: 150%;
height: 50px;
}
table {
margin: 4px;
width: 500px;
height: 300px;
border: black solid 5px;
background-color: #aaffaa;
}
a:link,a:hover,a:visited {
text-decoration: none;
color: #aa0000;
background-color: transparent;
}
.content {
background-color: white;
background-image: url('./bgp.jpg');
width: 400px;
padding: 4px;
}
.input {
width: 375px;
}
textarea {
width: 375px;
}
