/*
Author page style sheet
 */

BODY
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 0px;
} 

DIV, P, H1, H2, H3, H4, TABLE, TH, TD 
{
	color: #33CC33;
	background-color : transparent;
}

TD, TH, TABLE
{
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	border: 0px;
} 

H1, H2, H3, H4
{
	font-family:  Final Frontier, Arial, Helvetica, sans-serif;
}

HR
{
	width : 640px;
	text-align : left;
}

.author
{
	color: #666699;
	font-family:  Final Frontier, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
 
.leftcol
{
	background-image:   url(../images/author1.gif);
	background-repeat: repeat-y;
	font-size: 80%;
	font-weight: 600;
}

.rightcol
{
	text-align : right;
	font-size: 80%;
	font-weight: 600;
}

.contents
{
	font-size: 75%;
}

.disclaimer
{
	text-align: justify;
	font-size: 65%;
}

A:link  { color: #9999CC;  text-decoration : none;  }
A:visited { color: #9999CC;  text-decoration : none;  }
A:active  { color: #9999CC;  text-decoration : none;  }
A:hover {color: #CCCCFF;  text-decoration : none;  }
TABLE	A:hover {color: #CCCCFF;  text-decoration : none;  }







