/* Generated by KompoZer */
body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: silver;
}
a {
  color: red;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}
#container {
  border-style: groove;
  border-width: thin;
  margin: 14px auto;
  padding: 10px;
  width: 700px;
  background-color: white;
}
input[type=text], input[type=password] {
  width: 140px;
}
.pot td {
  padding: 5pt;
}
