body {
  font-family: courier, monospace;
  color: #000000;
  margin: 0px;
  background: #ffffff;
}

#left
{
  float: left;
  width: 50%;
}

#right
{
  float: right;
  width: 50%;
  padding-bottom: 1ex;
}

a.label, a.label:hover { 
  text-decoration: none;
}

a:link {  
  color: #4000b0;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:visited:hover {  
  color: #0000ff;
  text-decoration: underline;
}

a:visited { 
  color: #200090
;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  background: #4000b0;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 250%;
  font-family: courier, monospace;
  font-weight: bold;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

h2 {
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
}

#google {
  align: auto;
  text-align: center;
  margin-bottom: 3ex;
}

#text {
  text-align: center;
  margin: 10px;
}
