<!--

/* Here is where you can customize the appearance of the  MLX box and text. CSS copied largely from www.zeldman.com Save this file as something that ends in .css   */

/* Layout of the surrounding box */
.mlx_box {
	width: 95%; /* width of box as percentage; may bomb NS 4 */
	background-color:#D1D6ED; /* background fill for box */
	padding:4px; /* inner cushion on all sides */
	border:1px solid #7485CA;}  /* border thickness, style, color */

/* main headline */	
.mlx_title	{
	font: 12px "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}

/* MLX items */
.mlx_item {
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 1em;
	font: 10px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	}

/* links */	
.mlx_item a:link, a:visited {
	font-weight : normal; 
	text-decoration :underline;
	color: #c30;
	background: transparent; 
	}

/* mouseover links */	
.mlx_item a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #e0861e;
	background: transparent; 
	}

/* mousedown links */
.mlx_item a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #95a580;
	background: transparent;  
	}
-->

