body	{
	background-color: black;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: rgb(64,181,224);
	scrollbar-arrow-color: rgb(64,181,224);
	scrollbar-base-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: rgb(64,181,224);
	font-family: 'Times New Roman', Serif;
	font-size:10pt;
	font-weight: normal; 
	font-style: normal;
	font-variant: normal; 
	color: rgb(140,250,251);
	}


.front	{
	position: absolute;
	top: 0px;
	left:0px;
	background-image: url(layout/ghost_top.jpg);
	background-properties: scroll;
	background-repeat: norepeat;
	font-family: 'Times New Roman', Serif;
	font-size:11pt;
	font-weight: normal; 
	font-style: normal;
	font-variant: normal; 
	color: lightgrey;
	}

.frame1	{
	position:absolute;
	left: 105px;
	top: 263px;
	}

.frame2	{
	position: absolute;
	left: 709px;
	top: 361px;
	}

.stretch	{
		position: absolute;
		top: 743px;
		left: 983px;
		}

h1,h2,h3,h4	{
		font-family: Sans Serif;
		text-decoartion: underline;
		color: rgb(64,181,224);
		text-decoration: underline;
		text-align: center;
		}

h5,h6		{
		font-family: Sans Serif;
		text-decoration: underline;
		color: rgb(64,181,224);
		text-align: center;
		}

a:link		{color:rgb(64,181,224); font-size: 10pt; text-decoration: underline;}

a:visited	{text-decoration: none; color: rgb(64,175,250);}

a:hover		{color: rgb(64,175,250); text-decoration: line-through;}

a:focus		{color: rgb(64,181,224); text-decoration: none;}

a:active	{color: rgb(64,181,224); text-decoration: none;}


img	{
	border:0px;
	}

div	{
	text-align: center;
	}

table	{
	font-family: 'Times New Roman';
	font-size: 10pt;
	color: rgb (64,181,224);
	}

input	{
	background-color: black;
	color: rgb(64,175,250);
	border-color: rgb(64,181,224);
	}

textarea	{
		background-color: black;
		color: rgb(64,175,250);
		border-color: rgb(64,181,224);
		}

p:first-letter	{
		margin-left: 0.075in;
		}

blockquote	{
		text-align: justify;
		}