/* CSS Document */
body {
  font-family:arial, verdana, sans-serif;
  background-color: Gray;
}

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:#3D81EE;}
a:visited {color:#3D81EE;}
a:hover {color:#FE0000;}

.background, .one, .two, .three, .threeA, .four, .fourA, .fourB, .five, .six {
  background-color: White;
  margin-top: 10pt;
  margin-left: 65pt;
  border:1px solid white;
  padding:5px;}

.background {
  background-color: #E9E9E9;
  width:710px;
  height:1000px;
  border: 5px #E9E9E9;}
  
.one {
  width:685px;
  text-align:left;
  background-color: Maroon;
  border: 1px Maroon;
  color: #FFFFFF;
  position:absolute;
  top:20px;
  left:20px;
  }

.two {
  width:685px;
  text-align:left;
  background-color: #C0C0C0;
  border: 1px #C0C0C0;
  color: Blue;
  position:absolute;
  top:135px;
  left:20px;
  }
  
.three {
  width:400px;
  text-align:left;
  color: #009933;
  position:absolute;
  top:170px;
  left:20px;
  }

.threeA {
  width:125px;
  text-align:left;
  color: black;
  position:absolute;
  top:170px;
  left:290px;
  }

.four {
  width:260px;
  color: black;
  text-align:Left;
  position:absolute;
  top:170px;
  left:445px;
  }

.fourA {
  width:260px;
  color: Black;
  background-color: #E9E9E9;
  border: 1px #E9E9E9;
  text-align:Left;
  position:absolute;
  top:340px;
  left:445px;
  }

.fourB {
  width:200px;
  color: #003399;
  background-color: #E9E9E9;
  border: 1px #E9E9E9;
  text-align:Left;
  position:absolute;
  top:410px;
  left:450px;
  }

.five {
  width:685px;
  color: black;
  text-align:justify;
  position:absolute;
  top:520px;
  left:20px;
  }

.six {
  width:685px;
  color: black;
  text-align:justify;
  position:absolute;
  top:740px;
  left:20px;
  }