a:link 		{color: #000000; text-decoration: none;}   /* unvisited link */ 
a:visited 	{color: #000000; text-decoration: none;}   /* visited link */ 
a:hover 	{color: #555555; text-decoration: none;}   /* link with the mouse hovering over it */ 
a:active 	{color: #000000; text-decoration: none;}   /* the selected link */ 

		
#leftEdge { 
		position: absolute; 
		top:0px; 
		left:0px; 
		width:5px; 
		height:100%; 
		background-image: url(images/bevel.gif); 
		z-index:0;
		}	 
 
body	{
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: 12pt;
		background:#777777 url(images/bg_grad.gif) repeat-x;
		}

h2		{ 
		color: maroon; 
		font-family: 'arial black', sans-serif
		}


.y		{ font-weight: bold;}

.z		{ font-size: 8pt; }

.b1	 	{ 
		font-family: Courier; 
		font-size: 10pt; 
		}

.b2		{ font-size: 7pt; }

img.bones	{	position:absolute;
				left:50px;
				top:14px;
				filter:alpha(opacity=3);
				-moz-opacity:.09;
				opacity:0.09;
				z-index: -1;
			}

img.theMap	{	position:absolute;
				left:0px;
				top:150px;
				//z-index:-1;//
			}
