
body {
  text-align: center;
  background: #333366;
  background-image: url("ss235.jpg");
  background-attachment: fixed;
  color: #99BBFF;
  font-family: arial;
  font-size: 12px;
}

.heading {
  text-align: center;
  border: 2px solid #FFFFBB;
  background: #000000;
}

h2{
 color: #FFFFBB;
 font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
 color: #FFFFBB;
 font-family: Georgia, "Times New Roman", Times, serif;
}

h4{
 color: #FFFFFF;
}

.container {
  width: 1000px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
}

a:link{
 color: #FFFFFF;
}
a:visited{
 color: #FFFFFF;
}

  
.left {
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
  border: 2px solid #FFFFFF;
  background: #666699;
}

.middle {
  top: 10px;
  margin-left: 180px;
  margin-right: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #CCCCDD;
  background: #333366;
  color: #CCCCDD;
  font-size: 13px;
  text-align: justify;
  padding: 20px;
}

.right {
  float: right;
  padding: 10px 10px 10px 10px;
  width: 170px;
  border: 2px solid #99BBFF;
  background: #000000;
}

.footer {
  padding: 10px 10px;
  text-align: center;
  clear: both;
  border: 2px solid #FFFFBB;
  background: #000000;
}

