body {margin: 0
      background-color: #fff;
      }
      
.container {width: 780px;
	    margin: 0 auto;
	    }
	    

.bluebox { width: 720px;
	   padding: 30px 30px 20px 30px;
	   background-color: #d3f3ff;
	   }

.biggrey { color: #7e8c8f;
     font-family: times new roman;

  }
  
  
h1 {display: block;
    font:bold 134px times;
    line-height: 52px;
    letter-spacing: -4px;
    margin:70px 0 40px 0;
    padding: 0;
   }
  
h2 { font: bold 82px times;
     color: #1e1c18;
     line-height: 52px;
     margin: 0;
     padding: 0;
     height: 72px;
     letter-spacing: -2px;
  }
  
h3 { font: 24px times new roman;
     color: #1e1c18;
     
  }
  

.toptext-left {float: left;
	       width: 116px;
	       height: 90px;
	       display: block;
	       padding: 0;
	       
	       }

.toptext-right {float: left;
		display: block;
		
		}
		
		
.lowerblock {float: left;
	     width: 335px;
	     text-align: top;
	     display: block;
	     font: 14px times;
	     line-height: 24px;
	     padding: 0 20px 0 20px;
	     }
	
.footer {text-align: center;
	font-size: 10px;}	
	
a.footer {
		text-decoration: none;
		color: #000;
			}
	
a.footer: hover {
	text-decoration: underline;
	}	
	
a.footer: visited {
	color: #000;
}
	
