body {
	font-family: verdana;
	font-size: 80%;
	color: black;
/*	background-image: url(black_rose_blood.jpg);
	background-repeat: no-repeat;
	background-position: center; */
	background-color: #ccffcc;
	margin: 1em;
	padding: 0;
}

/* By the way, this is a comment */

p {
	line-height: 1.5em;
}

h1 {
	color: black;
	background-color: #cc99cc;
	font-family: cursive
font-size: 2em;
	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: black;
}

h2 {
	color: black;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #999;
	font-size: 1.25em;
}

img {
	border-style: 0;
	border-width: 2px;
	border-color: #ccc;
	img-align: center;
}

a {
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	color: black;
	font-style: italic;
}

table {
	background-color: #ccc;
}

.navigation {
	background-color: #ccffcc;
	color: black;
	float: right;
	text-align: left;
	font-size: 125%;
	width: 180px;
	padding: 10px;
	margin: 50px 2px 10px 0px;
	border: 0px;
}

.link {
                     color: purple;
}

.header-link {
                     color: black;
}
