body{

	max-width:760px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#B6CCFF;
	font-family:"Times New Roman", Times, serif;
}

h1{
	
	color:#D71B0A;
	font-size:xx-large;
}
h2{
	color: #000066;
	font-size:x-large;
	font-style:italic;
	font-weight: bolder;
	text-align:center;
}

.style1{
	
	font-size: xx-large;
	font-weight:bold;
	color:#D71B0A;
}
.style2 {
	text-align: center;
}

.style3{
	
	color:#D71B0A;
	font-size:Large;
	font-weight:bold;
	text-align:left
}
.style4{
	
	color: #000066;
	text-align:left;
	font-size:medium;
	font-weight:normal;
}
.style4c{
	
	color: #000066;
	text-align:center;
	font-size:medium;
	font-weight:normal;
}

.style5{
	
	color:gray;
	font-size:small;
	font-style:italic;
}

.style9{
	
	color: white;
	background-color:#000066;
	text-align:center;
	font-size:small;
	font-weight:lighter;
}

hr{
	color:#000066;
}

