A:link
{
  color: #6b00a2;
  text-decoration:none;
  font-family:"Century Gothic";
}
A:visited
{
  color: #4e0077;
  text-decoration:none;
  font-family:"Century Gothic";
}
A:active
{
  color: #e4b1ff;
  text-decoration:overline underline; 
  font-family:"Century Gothic";
}
A:hover
{
  color: #e4b1ff;
  text-decoration:overline underline;
  font-family:"Century Gothic";
	cursor:crosshair;
}

body 
{
  background-color: #000000; 
  color: #808080; 
  font-family: "Century Gothic"; 
  font-size: 12px;
  font-weight: 300;
  text-align: center;
	scrollbar-face-color: #000000;
  scrollbar-highlight-color: #6b00a2;
  scrollbar-3dlight-color: #6b00a2;
  scrollbar-darkshadow-color: #0000cc;
  scrollbar-shadow-color: #560099;
  scrollbar-arrow-color: #808080;
  scrollbar-track-color: #000000;
}

h1
{
  color: #6b00a2;
  font-family: "Impact"; 
  font-size: 35px;
	font-weight: 300;
  text-align: center;
	margin-top: -5px;
	margin-bottom: 1px;
	position: relative;
	z-index: 1;
}

h2
{
  color: #808080;
  font-family: "Century Gothic"; 
  font-size: 19px;
	font-weight: 400;
  text-align: center;
  margin-bottom: -17px;
	margin-top: 1px;
	position: relative;
	z-index: 2;
}
