body {
		background-image: none;
		background-color:#badebc;
		font-family:times new roman;
		font-size:18px;
		color:navy;
	} a:hover {
		color: Blue;
		background-color: Gray;
	}i.first {
	color: Red;
	}p {
	font-size : larger;
	font-style : italic;
}p.first{
	font-size : larger;
	font-style : italic;
	}