body
{
  text-align: center;
}

a:link
{
  text-decoration: none;
  color: rgb(255, 0, 0);
}

a:visited
{
  text-decoration: none
  color: rgb(255, 0, 0);
}

a:active
{
  text-decoration: none
  color: rgb(255, 0, 0);
}

a:hover {
  text-decoration: underline;
  color: rgb(255, 0, 0);
}

#main
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 30pt;
  font-family: Comic Sans MS;
  color: rgb(255, 0, 0);
}
#prompt
{
  float: left;
  width: 33%;
  text-align: right;
  font-size: 15pt;
  background-color: rgb(192, 192, 192);
}
#field
{
  margin-left: 35%;
}
#buttons
{
  clear: both;
  text-align: center;
}
#first
{
  float: left;
  width: 40%;
  text-align: center;
  font-size: 15pt;
}
#second
{
  float: right;
  width: 40%;
  text-align: center;
  font-size: 15pt;

}
#sights
{
  background-color: rgb(192, 192, 192);
}
#picture
{
  float: left;
  width: 28%;
  text-align: left;
  font-size: 20pt;
}
#description
{
  text-align: left;
  font-size: 15pt;
  color: rgb(0, 0, 255);
  height: 100%;
}
#between
{
  clear: both;
  text-align: center;
}

