body {
  font-family: Arial;
  font-size: 12pt;
  color: black;
  background: #E9E9E9; 
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: gray;
}

a:hover {
  color: gray;
  text-decoration: none;
}



#container{
  margin: -5px 0px -4px 0px;
  height: 100%;
  width: 700px;
  padding: 0px;
  border: 0px;
  background: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content{
  margin: -5px 0px -4px 0px;
  position: relative;
  padding: 235px 20px 10px 20px;
  border: 0px;
  background: white url(images/everyone_gets_rich.jpg) no-repeat;
}

.copy{
  margin: 0px 40px 0px 40px;
  font-family: Arial;
  font-size: 14pt;
  color: black;
}

.copy a:link {
  color: blue;
  text-decoration: underline;
}

.copy a:visited {
   color: gray;
}

.copy a:hover {
  color: gray;
  text-decoration: none;
}


.main_title{
  margin: 0px 20px 0px 20px;
  font-family: Arial;
  font-size: 15pt;
  color: black;
  font-style: none;
  font-weight: bold;  
}

h1{
  margin: 2px 2px 6px 2px;
  font-family: Gill Sans, sans-serif;
  font-size: 21pt;
  color: red;
}

h2{
  font-family: Arial, sans-serif;
  font-size: 18pt;
  color: #2D4FB5;
  font-weight: bold;
}

.top_content{
  margin: 0px 2px 0px 2px;
  font-family: Gill Sans, sans-serif;
  font-size: 9pt;
  color: black;
  font-weight: normal;
  text-align: center;  
}

.bottom_content{
  margin: 5px 2px 5px 2px;
  font-family: Gill Sans, sans-serif;
  font-size: 9pt;
  color: black;
  font-weight: normal;
  text-align: center;  
}

