h1 {
  text-align: center;
}
.main {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 10px;
}
.messages {
/*  position: absolute;
  top: 0px;
  left: 0px;*/
  width: 400px;
  clear: right;
}
input[type=submit],select,option {
  background-color: white;
}
input[type=text],textarea {
  border-width: thin;
  border-color: DARKGREY;
  border-style: solid;
}
a {
  color: #DD4800;
}
a.visited {
  color: #990000;
}
div.left {
  width: 30%;
  float: left;
}
div.center {
  width: 30%;
  float: left;
}
div.right {
  width: 30%;
  margin-right: 0px;
  margin-left: auto;
  float:right;
}
.google {
  font-family: Catull;
}
* {
  color: #444444;
}
