BODY {
	font-family: 'Comic Sans MS', georgia, sans-serif, serif;
	font-size: 12pt;
	color: rgb(192,192,192);
	background: rgb(0,0,0);
	background-color: rgb(0,0,0);
	background-attachment: fixed;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 0px;
}


.strong { 
	color: rgb(255,255,255);
	background-color: inherit;
}

.quoted {
	color: rgb(255,255,128);
	background-color: inherit;
}

.header {
	font-size: 20pt;
	background-color: rgb(16,16,64);
	color: rgb(0,0,255);
	font-weight: bold;
	text-align: center;
	background-position: center;
}

.banner {
	font-size: 14pt;
	background-color: rgb(16,16,64);
	color: rgb(128,0,255);
	font-style: italic;
	vertical-align: middle;
	border-left: 2px inset rgb(128,128,128);
	border-right: 2px outset rgb(128,128,128);
	border-top: 2px groove rgb(128,128,128);
	border-bottom: 2px groove rgb(128,128,128);
	background-position: center;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 22pt;
}

h2 {
	text-align: center;
	font-weight: normal;
	font-size: 18pt;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}

h7 {
	text-align: center;
	font-style: italic;
	font-size: 7pt;
}

a {
	color: rgb(15,255,127);
	background: rgb(0,0,0);
	background-color: rgb(0,0,0);
	text-decoration: underline;
	font-weight: normal;
	line-height: 150%;

}

a:link {
	color: rgb(15,255,127);
	background: rgb(0,0,0);
	background-color: rgb(0,0,0);
	font-weight: normal;
}

a:visited {
	color: rgb(255,15,127);
	background: rgb(0,0,0);
	background-color: rgb(0,0,0);
	font-weight: normal;
}

a:hover {
	color: rgb(0,255,0);
	font-weight: bold;
	text-decoration: inherit;
}

a:active {
	color: rgb(255,0,255);
	background: rgb(0,0,0);
	background-color: rgb(0,0,0);
}


