/* CSS Document */

ul {
	
	height: 30px;
	width: 133px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

li {
    font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663366;
	text-decoration: none;
	text-align: left;
	background-image: none;
}
li a {display: block; }
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #660033;
}
li hover {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #DFCCDF;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #663366;
}
