body {background-color:wheat;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 95% 25%;
}

font{font-family:Arial, Helvetica, sans-serif; 
	color:maroon}

ul{
	list-style: disc url(image/heart.gif);
	}
h1 {
	color:maroon; 
	font-size:24 pt;
	width:100%;
	-moz-opacity:0.50;
	opacity:0.50;
} 
h2 {color: brown;
	font-size:20 pt;
}
 
hr {color:navy} 
p {font-family:Arial, Helvetica, sans-serif;
	font-size: 12 pt; 
	margin-left: 15 px;
	text-indent: 2 cm;
}
#p:first-letter 
#{
#color: firebrick;
#font-size:xx-large
#}
a:link {color:maroon;text-decoration: none} 
a:visited {color:green;text-decoration: none} 
a:hover {color:green ; background: yellow;text-decoration:underline} 
a:active {color:orange}
