body {
	font-family: "Times New Roman", "Times", "serif"; 
	font-size: 14px; 
	text-decoration:none;
}
a, a:link, a:visited, a:active
	{
	color: #000000;
	border: #999999;
	text-decoration:underline;
}

a:hover {
	color: #0000FF; 
	text-decoration:underline;
}
	
.ul_0 {
	list-style-type: disc;
}
.ul_1 {
	list-style-type: square;
}
.ul_2 {
	list-style-type: circle;
}

.menu-item {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

