body {
	background: #F8F8FF;
	color:#000051;
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	}
	
	h1{
	font-size: 28px;
	color: #FFFFFF; /*white*/
			}
	
	h2{
	font-size: 24px;
	color: #000051; /*blue*/
	
	}
	
	h3{
	font-size: 18px;
	color: #990000; /*red*/
		}
	
	h4{
	font-size:16px;
	color: #000051;
		}
	
	h5{
	font: bold 12px;
	color: #FFFFFF; 
			}
			
	h6{
	font-size:24px;
	color: #990000;
	}
	h7{
	font: bold 12px;
	color: #990000;
	}
p {
	font: italic 26px;
	}
	
p span {
	
	font: bold italic 28px cursive ;
	color: white;
	}

a {
	font: 17px serif;
}

a span {
	font: bold 19px serif;
}

ul {
	list-style-type: square;	
	font: 17px serif;
	line-height: 1.5em;
	color: #000051;
	}

	
	#footer{
	font-size:14px;
	color:#FFFFFF;
		}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	}
.fltrt {
	float: right;
	margin-right: 5px;
	}