/* These are the rules for CSSExample1.html */
body {font-family: Verdana, Arial, sans-serif;
	background-color: #CFF;
	color: #960;
	margin: 5em;}

h2 {font-variant: small-caps;}

h1 {text-transform: capitalize;}

#main p:first-letter {font-size: xx-large; 
	font-family: "Times New Roman";
	color: #630;}

ul {list-style-type: none;}

#main img {float: right;
	margin-left: 3em;}

#footofpage {background-color:  #9CC;
	text-align: center;}

#headofpage h1 {background-image: url(clouds.gif);
	border: double;
	padding: 2em;}

a:hover {text-decoration: overline;}

Valid XHTML 1.0! Valid CSS!