BODY
  {
  font-family: Helvetica, Arial, sans-serif;
  margin: 30px;

  background-color: #909090; 
  }
  
html
  {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
  }

.wrapper 
  {
  margin: 30px auto; 
  width:920px;
  }
  
.content
  {
  float: left;
  width: 872px;
  background: #D3D3D3;
  margin: 30px auto;
  padding: 20px;
  text-align:justify;
  border: solid;
  border-width: 2px;
  border-color: #000000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -khtml-border-radius: 30px;
  font-size:100%;  
  }
  
.image-right img
  {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid;
  border-width: 1px;
  border-color: #000000;  
  }   
  
.content-right
  {
  float: right;
  width: 35%;
  text-align:center;
  }
   
.image-right
  {

  float: center;
  } 
      
A {
  color: #0000FF;
  }
  
A:visited
  {
  color: #0000FF;
  }
  
A:HOVER
  {
  color: #FF00FF;
  }
    
.content p {
  padding-right: 0px;
  }  

.content h1 {
  font-size:xx-large;
  font-weight: bold;
  text-align: center;
  color: #000000;
  }

.content h2 {
  font-size: large;
  font-weight: bold;
  color: #000000;
  text-align: center;  
  }

.content ul {
  margin: 8px;
  padding: 8px;
  }

.content li {
  margin: 4px;
  padding: 4px;
  }