body {
	background-color: #003333;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	color: white;
  
}

.outerbox {
  width: 992px;
  border: 0px black solid;
  margin: auto; 
    
}
.heading {
  width: 990px;
  border: 0px red solid;
}
.hmenu {
  width: 990px;
  height: 18px;
  border: 0px green solid;
  background-color: #002929;
  clear: both;
 }
.hlink {
  float: left;
  width: 100px;
  border: 1px #008080 solid;
  margin-left: 33px;
  text-align: center;
 }
 .col1 {
  float: left;
  width: 362px;
  border: 0px yellow solid;
  margin-top: 60px;
  margin-left: 36px;
  margin-bottom: 30px;
  }
.col2 {
  float: left;
  width: 242px;
  border: 0px yellow solid;
  margin-top: 60px;
  margin-left: 36px;
  margin-bottom: 30px;
  } 
.col3 {
  float: left;
  width: 122px;
  border: 0px green solid;
  margin-top: 60px;
  margin-left: 36px;
  margin-bottom: 30px;
  } 
.col4 {
  float: left;
  width: 482px;
  border: 0px green solid;
  margin-top: 60px;
  margin-left: 36px;
  margin-bottom: 30px;
  }   
.box360 {
  width: 360px;
  height: 360px;
  border: 0px white solid;
  background-color: #003333;
 text-align: left;
  }
  

.box240 {
  width: 240px;
  height: 360px;
  border: 0px white solid;
  text-align: center;
  background-color: #003333;
  text-align: left;
  
  }
.box480 {
  width: 480px;
  height: 480px;
  border: 0px white solid;
  background-color: #003333;
  text-align: center;
   } 
h1 {
  font-weight: normal;
  font-size: 30px;
}
h2 {
  font-weight: normal;
  font-size: 24px;
}
h3 {
  font-size: 18px;
 
}
h4 {
  font-size: 14px;
 }
.news {
 font-size:12px;
 }
a.menu { 
display: block;
width: 100px;
height: 18px;
background-repeat: no-repeat;
padding-left: 0px;
text-decoration: none;
color: white;
 }
 
a.menu:hover { 
background-image: url(hover.jpg);
 }

a.menu:visited {
color: #ccff99;}
a { 
color: white;
 }
 
a:hover { 
font-weight: bold;
 }

a:visited {
color: #ccff99;}
img {
border: 0px;}