BODY {
background: #FFFFFF;
//url(images/paper1.gif); 
        color:#339866;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

A {
	color: Blue;
	background: transparent;
}

A:HOVER {
	color: #990000;
	background: transparent;
	}
	
	.title {
	color: Teal;
	font: normal bold 24/28px "times New Roman" serif ;
	text-align: center;
	}
	
	H1 {
	text-align: center;
	
}


