body{background-color: #222222}
red{background-color: ##8b0000}


.blackbox	{
			background-color: black;
			width:1000px;
			margin-left: auto;
			margin-right: auto;
			color:white;
			
}

.titlebox	{
      background-color:#01294c;
      width:950px;
	  margin-left: auto;
	  margin-right: auto;
	  color:white;
      border-color:#111111;
}

.graybox	{
      background-color:gray;
      width:950px;
	  margin-left: auto;
	  margin-right: auto;
	  color:white;
      border-color:#111111;
}

.whitebox		{
	  background-color:white;
      width:950px;
	  margin-left: auto;
	  margin-right: auto;
	  color:black;
      border-color:#111111;
}


.inbox		{
	  background: rgb(0,0,0 , 50%);
      width:900px;
	  margin-left: auto;
	  margin-right: auto;
	  color:white;
      border-color:#111111;
	  height: 45px;
	  text-align:center;
	  font-size: 30px; 
		padding: 10px;

}  
.inbox  a { 
          color: white;
		  margin-left: 40px;
		  margin-bottom: 50px;
		  
}   
	  
.bluebox	{
      background-color:darkblue;
      width:950px;
	  height: 150px;
	  margin-left: auto;
	  margin-right: auto;
	  color:white;
      border-color:#111111;
	  background-image: url(waterpicture.jpg);
	  background-position:bottom right;
	  padding-top:20px;
	  
}

.fakebox	{
      background-color:gray;
      width:950px;
	  margin-left: auto;
	  margin-right: auto;
	  color:white;
      border-color:#111111;
	  text-align: center;
}

.readbox 	{
	background-color:red;
      width:950px;
	  height: 400px;
	  margin-left: center;
	  margin-right: center;
	  color:white;
      border-color:#111111;
	 background-image: url(ALM.jpg);
}