
    body 
	{
	color: navy;
	background: white url(tulip.jpg) no-repeat fixed 500px 2px;
}

H1  {
	font-family: times new roman, times, serif;
	text-align: center;
	font-size: 22px;
	color: Purple;
}

H2  {
	font-family: times new roman, times, serif;
	text-align: center;
	font-size: 16px;
	color: Purple;
}

P  {
	font-family: arial, times new roman, times, serif;
	text-align: justify;
}

A  {
	font-size: medium;
	color: blue;
}

A:Hover {
	font-size: medium;
	text-decoration: underline;
	color: red;
}

li {
	text-transform: uppercase;
	text-align: left;
	color: peru;
	text-indent: 40px;
}