p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 10px 30px 10px 10px;
	line-height: 14px;
	font-style: normal;
}
li {
	margin-left: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
#container	{ position:relative; width:380px; height:230px; z-index:100 }
/* Include id's for all your layers here, with commas between. */
#lyr0, #lyr1, #lyr2	{ position:absolute; visibility:hidden; 
	left:0px; top:0px; z-index:1 }				

/* for link style change */	
a:link.on, a:visited.on { color:#33c; text-decoration:none; border-bottom:1px dashed }
a:link.off, a:visited.off { color:#33c; text-decoration:none; }
a:link.done, a:visited.done { color:#337; text-decoration:none;  }
a.on:hover, a.off:hover, a.done:hover { text-decoration:underline }

</style>
