/* CSS Document */
body {
  font-family:arial, verdana, sans-serif;
  background-image: url(ants.gif);
}

img.displayed {
  display: block;
  border: white; 
  margin-left: auto;
  margin-right: auto; }
  
img {
  display: block;
  border: white; 
  margin-left: auto;
  margin-right: auto; }
  
a:link {color:#009933;
        font-Size: 12px;}
a:visited {color:#336699;
        font-Size: 12px;}
a:hover {color:#FE0000;
        font-Size: 12px;}

.background, .one, .two, .three, .four, .five {
  background-color: #FFFFFF;
  margin-top: 20pt;
  margin-left: 105pt;
  border:1px solid white;
  padding:5px;}

.background {
  background-color: #FFFFFF;
  width:700px;
  height:900px;
  border: 5px #D8B6FA;}
  
.one {
  width:685px;
/*  height:30px;*/
  text-align:center;
  color: #009933;
  position:absolute;
  top:20px;
  left:20px;
  border: 1px #D8B6FA;}

.two {
  width:110px;
  text-align:left;
  color: #009933;
  position:absolute;
  top:150px;
  left:20px;
  border: 1px #D8B6FA;
  }

.three {
  width:555px;
  color: #009933;
  text-align:Justify;
  position:absolute;
  top:150px;
  left:150px;
  border: 1px #D8B6FA;
  }
