<style type="text/css">

body {
  text-align:center;
  font-family: Georgia, Serif;
}

#frame {
  width:1150px;
  margin-top:10px;
  text-align:left;
background: #000000;
}

#main {
  float: left;
  width: 650px;
  background: #000000;
  padding: 10px;
  margin:5px;
}

#leftcontent {
  float: left;
  width: 200px;
  background: #000000;
  border: 1px dashed #000000;
  padding: 10px;
  margin: 5px;
}

#rightcontent {
  float: left;
  width: 190px;
  background: #000000;
  border: 1px dashed #000000;
  padding: 5px;
  margin: 5px;
}

#rightcontent p {
  font-size:12px;
}

#leftcontent a {
  font-size:12px;
  line-height:2;
}

h1 {
  font-size:large;
}

</style>


<style type="text/css">
a.one:link {color: #000000}
a.one:visited {color: #000000}
a.one:hover {color: blue}

a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}

a.three:link {color: #ffff00}
a.three:visited {color: #0000ff}
a.three:hover {background: #ffff00; color: #ff0000}

a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: monospace}

a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}
</style>



