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

/* By the way, this is a comment border-bottom-width: 0.5em; */

p {
	line-height: 1.5em;
}

h1 {
	color: #c0c0c0;
	background-color: #0b0b0b;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.5em;
        border-top-style: solid;
        border-top-color: #c0c0c0;
        border-right-style: solid;
        border-right-color: #c0c0c0;
        border-left-style: solid;
        border-left-color: #c0c0c0;
	border-bottom-style: solid;
	
	border-bottom-color: #c0c0c0;
}

h2 {
	color: #000000;
	background-color: #c0c0c0;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

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

img {
	
	
}

a {
	text-decoration: none;
}

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

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

table {
	background-color: #ccc;
}
