/*  This CSS sheet was derived from settings in various style sheets
	as published at http://www.csszengarden.com
*/
BODY	{background-color : #990000; margin : 0;
		top-margin : 0px; left-margin : 0px; right-margin : 0px; bottom-margin : 0px;
		font-family : tahoma, "trebuchet ms", verdana,Arial, Geneva, Helvetica, sans-serif;
		color : #999999;
		}


TD	{font-family : tahoma, "trebuchet ms", verdana,Arial, Geneva, Helvetica, sans-serif;
		color : #999999;
	}
		

a	{
	color: #99CC00;
	text-decoration: none;
	border-bottom: 1px solid #DDCCAA;
	text-transform : uppercase; 
	}
	
/* 	made redundant by linklist li a
a:hover {
	color: #333333;
	border-bottom: 1px dotted #222222;
	}
*/	

/*  I inactivated visited because of NS 4.7 performance hit

a:visited
	{
	color: #AA9966;
	border: none;
	}
*/

		
#linkList li  {
	font-size: 11px;
	color: #CC3300;
	text-indent: 0;
	padding: 3px 0px 3px 0px;
	}
	
	
#linkList ul	{
	list-style: none;
	margin: 0;
	padding: 0px 0px 20px 0px;
	}
	
#linkList li	{
	color: #CCCC99;
	border-bottom: 1px solid #005C45;
	padding: 9px  15px;
	}
	
#linkList li:hover	{
	background: #005C45;
	}


	
#linkList li a	{
	display: block;
	border: none;
	color: #99CC00;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 11px;
	background: url(arrowpf3.gif) no-repeat 0 60%;
	}

#linkList li a:hover	{
	color: #CC3300;
	background-position: -300px 60%;
	}
	
/*	 alternate: slightly taller block

#linkList li a.c	{
	display: block;
	border: none;
	color: #FF99FF;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 11px;
	padding-top: 2px; 
	padding-bottom: 8px;
	background: url(arrowpf3.gif) no-repeat 0 30%;
	}

#linkList li a.c:hover	{
	color: #99FF00;
	}

*/

#lworkxxx {	margin-top: 5px;
	padding: 5px 0px;
}

#lpersonalxxx {	margin-top: 2px;
}

