body {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
	background-color: #afeeee;	
}


a:link   {text-decoration: none;  }
a:visited   {text-decoration: none;  }
a:active    {text-decoration: none;  }
a:hover { background: #afeeee;	text-decoration: none;  }


.lifemenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 140px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.lifemenu dt a{
background: #afeeee url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 2px;
text-decoration: none;

}
#anthology {
}

* html .lifemenu dt a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.lifemenu dt a:visited, .glossymenu li a:active{
color: white;
}

.lifemenu dt a:hover{
background-image: url(images/glossyback2.gif);
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: center;
	padding: 2px;
	
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* End */

