body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: brown;
	background-color: ivory;
	margin: 1em;
	padding: 0;
}

/* By the way, this is a comment */

p {
	line-height: 1.5em;
}

h1 {
	font-family: URW Chancery L;
	color: white;
	background-color: blue;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #c00;
	cursor: help;
}

h2 {
	color: blue;
	background-color: olive;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: blue;
	font-size: 1.25em;
	cursor: wait;
	background-color: white;
}

h4 {
	color: brown;
	background-color: aqua;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	font-style: bold;
}

h5 {
	color: red;
	background-color: silver;
	font-size: 1.2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	cursor: crosshair;
}

img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}

a {
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	color: #900;
	font-style: italic;
}

table {
	background-color: #ccc;
}

a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
color: red;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: brown;
padding-bottom: 5px;
font-weight: bold;
text-decoration: none;

}  
a:active { 
color: yellow;
font-weight: bold; 
} 
 
 
