body
{
  margin-top:5px;
  margin-bottom:5px;
  margin-left:0px;
  margin-right:0px;
  background:#000000;
  color:#ffffff;
}
  a:link     { color: #333399; text-decoration:none; background: none;}
  a:visited  { color: #9966cc; text-decoration:none; background: none;}
  a:active   { color: #000099; background: none;}
  a:hover    { color: #ffffff; text-decoration: underline;background-color : #6699cc;}

form
{
  margin:0;
  display:inline;
}

.xxl {
  font-size:xx-large;
  font-weight:bold;
}
.xl {
  font-size:x-large;
}
.l {
  font-size:large;
}
.s {
  font-size:small;
}
.xs {
  font-size:x-small;
}
.xxs {
  font-size:xx-small;
}


.input {
  border-color: #ffcccc;
  border-width: 1px;
  padding:3px;
}
.submit {
}

.title {
  margin:10px;
  text-align:center;
  text-valign:bottom;
  font-size:xx-large;
}

.message {
  text-align:center;
  padding:5px;
  margin:10px;
  font-size:small;
}

.map {
  position:relative;
  text-align:center;
  width:810px;
  height:400px;
}

.mapimg {
  position:absolute;
  left:0px;
  padding:0px;
  margin:0px;
}

.list {
  text-align:left;
  padding:5px;
  margin:10px;
  border-width: 1px;
  border-style: dotted;
}

.error {
  text-align:center;
  padding:5px;
  margin:10px;
  color: #FF0000;
}

