body {
font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFCC;
	background-color: #858585;
	margin: 1em;
	padding: 0;

background-color: #080808; background-position: top center


}



a:link { 
	color: #3944ff;
	}
a:visited { 
	color: #a04f00;
	}
a:hover { 
	color: white;
	
	text-decoration: none;
	}
a:active { 
	color: #FFFF7F;
	}


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

p {
	line-height: 1.5em;
}

h1 {
	color: #ff;
	background-color: #396152;
	font-size: 50%;
	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;
}

h2 {
	color: white;
	background-color: #6E0000;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #ff;
	font-size: 1.25em;
}

img {
	
	border-width: 0px;
	border-color: #00;
}

a {
	text-decoration: none;
}

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

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

table {
	text-align: left
}

