body {
	color: #19395a;
	margin: 40px 40px 40px 40px;
	background-color: #ecf4fd;
	text-align: justify;
		
}

.head {
	font-weight: bold;
	font-size: 1.20em ;
	text-align: center;
}

td {
	margin-bottom: 20px;
	width: 50%;
	
}

sup {
	font-size: x-small;

}

#grad1 {
    height: 200px;
    background: #aec3d9; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #aec3d9 , #c6d3e0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #aec3d9, #c6d3e0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #aec3d9, #c6d3e0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #aec3d9 , #c6d3e0); /* Standard syntax (must be last) */
}

.div2 {
    padding: 50px;
    text-align: center;
    color: #19395a;
    border: 10px outset #233e5a;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 40px;
}

A:link {
	color:#FF0000;
   font-weight: 700; 
	text-decoration:none

	} 

A:hover {
   color: #0000FF;
   background: #FFFFFF; 

	}

A:visited: {
	color:#2F4F4F	

	}