html, body {
  margin: 20px 0 50px 0;
  padding: 0;
  background: url(tile5.png);
  background-repeat: repeat-x;
  background-color: #a45692;
  font-family: "Times New Roman", arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

h1 {
  font-size: 260%;
  color: #f00;
}

h2 {
  font-size: 160%;
  color: #000;
}

h3 {
  font-size: 260%;
  color: #f00;
}

h4 {
  font-size: 160%;
  color: #000;
}

h5 {
  font-size: 120%;
  color: #f00;
}

h6 {
  font-size: 160%;
  color: #000;
}

#frame {
  width: 900px;
  height: auto;
  text-align: left;
  margin: 1em auto;
}

#rightcontent {
  float: left;
  width: 361px;
  margin: 0 auto;
  height: 310px;
  background: #e1e1e1;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}

#leftcontent {
  float: left;
  width: 419px;
  height: 310px;
  background: #fff;
  padding: 10px;
  margin: 0 0 0 40px;
  overflow: hidden;
}

#rightcontent1 {
  float: left;
  width: 361px;
  height: 12px;
  background: #fff;
  padding: 10px;
  color: black;
  font-size: 10px;
  overflow: hidden;
}

#leftcontent1 {
  float: left;
  width: 419px;
  height: 12px;
  background: #e1e1e1;
  padding: 10px;
  margin: 0 0 0 40px;
  color: black;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

p {
  font-family: "Times New Roman", arial, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

a:visited {
  color: #000;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  color: #80007e;
  text-decoration: underline;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}