/* This style written by Gary Childress  */

.head	{
		font-size : 300%;
		font-family : "Arial, Helvetica, sans-serif";
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
}
.head2	{
		font-size : 200%;
		font-family : "Arial, Helvetica, sans-serif";
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
}
.head3	{
		font-size : 150%;
		font-family : "Arial, Helvetica, sans-serif";
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
}
.sub-head	{
		font-size : large;
		font-family : "Arial, Helvetica, sans-serif";
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;
}
.plus	{
		font-size : 120%;
}
.minus       	{
		font-size : 80%;
}

H1  {
	font-size : 200%;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #c9f08b;
}

H2  {
	font-size : 175%;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #c9f08b;
}

H3  {
	font-size : 120%;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #00ffff;
}
BLOCKQUOTE	{
	font-weight : normal;;
}
.menu {
	font-weight : bold;
	color : #ffffff;
	hover : #00ffff;
}
A  {
	color : #c9f08b;
}

A:Visited  {
	color : #c9f08b;
}

A:Active  {
	color : #fff799;
}

A:Hover  {
	color : #fff799;
}

BODY  {
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
	background-color : #000000;
	background : url('main-images/black.gif');
	margin-top : 0px;
	margin-left : 0px
	scrollbar-arrow-color: #ebebeb;
	scrollbar-base-color: #886e5f;
	scrollbar-shadow-color: #6c594b;
	scrollbar-highlight-color: #b19987;
	scrollbar-3dlight-color: #e6cac9;
	scrollbar-dark-shadow-color: #6c594b;
	scrollbar-track-color: #333333;
}

.cursor	{
	cursor : ne-resize;
}