body { 
  background-color: #FFFFFF; 
  margin: 0;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  font-weight: bold; 
  
}

a:link {
  color: #000000; text-decoration: underline;
}
a:visited {
  color: #000000; text-decoration: underline;
}
a:hover {
  color: #000000; text-decoration: underline;
}
a:active {
  color: #000000; text-decoration: underline;
}


#topband {
  padding: 20px;
  background-color: #000066;
  height: 200px;
  color: #FFFFFF;
}

#mainband {
  padding: 40px;
}


#sideband {
  padding: 0px;
  background-color: #000000;
  width : 300px;
  color: #FFFFFF;
  float: left;
  height: 100%;
  margin-right: 40px;
}

#sideband a:link {
  color: #FFFFFF; text-decoration: none;
}
#sideband a:visited {
  color: #FFFFFF; text-decoration: none;
}
#sideband a:hover {
  color: #FFFFFF; text-decoration: none;
}
#sideband a:active {
  color: #FFFFFF; text-decoration: none;
}


#rightband{

padding: 50px;

}

#maintext {

text-align: justify;
font-weight: normal; 

}

h1 {
  padding: 40px;
  font: 60px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  padding: 2px;
  margin: 10px;
  font: 30px Verdana, Arial, Helvetica, sans-serif;
}
