BODY {
      background-color : #7C96A3;
      font-family : Verdana;
 	font-size: 12px;
line-height: 17px;
      color : black;
      margin: 15px; 
width:955px;
height:800px;
      }

h1 { 
    font-family: Verdana; 
    font-size: 24px; 
    font-weight: bold; 
    color: Black; 
    } 

p {
	
	border:0px #7C96A3;
	background-color:white;
	}


.left {
float:left;
width : 200px;
height: 400px;
overflow:hidden;
border:1px solid white;
background-color: white;
padding:15px;
}

.right {
float:right;
width : 664px;
height: 790px;
overflow:hidden;
border:1px solid white;
background-color: white;
padding-left:25px;
padding-right:25px;
}

A:link {text-decoration: underline; color: #10007B}
A:visited {text-decoration: underline; color: #10007B}
A:active {text-decoration: underline; color: #10007B}
A:hover {text-decoration: underline; color: #10007B}