/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #ffc;
	margin: 1em;
	padding: 0px;
}

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

p {
	line-height: 1.5em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	background-color: #900;
	letter-spacing: 0.5em;
	text-align: center;
	padding: 0.25em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	border-bottom-width: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #c00;
}

h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #090;
	margin: 0em;
	padding-top: 0.1em;
	padding-left: 1em;
}
h3 {
	font-size: 1.25em;
	color: #999;
}
a {
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}
li {
	font-style: italic;
	color: #900;
}
table {
	background-color: #ccc;
}


img {
	border: 2px none #ccc;
}
