body {
	font-family: "Comic Sans MS";
	background-color: #C4E4FA;
}

a:link {
	text-decoration: underline;
	color: #00008f;
}

a:hover {text-decoration: underline;
	color: #ff0000;
	
}



P:first-letter {
	font-weight:bold;
	color: #009900;	
}

H2 {
	text-align : center;
	color :#3300cc;
}

H2:first-letter {
	color : #cc0066;
}
