﻿body {
  background-color: #000000;
}
a:link {
	color: #888888;
	text-decoration:none;
}

a:visited {
	color: #888888;
	text-decoration:none;
}

a:active {
	color: #888888;}

a:hover {
	color: #666666;}

p {
	font: 10pt georgia, serif;
	color: #888888;
	line-height:20px
}
h1 {
	font: 10pt georgia, serif;
	color: #888888;
	font-weight: bold;
}
h2 {
	font: 7pt arial, sans-serif;
	color: #888888;
}


