@charset "utf-8";
/* CSS Document */


html {
	margin: 0;
}

body {
	width: 320px;
	height: 300px;
    margin: 0;
    padding: 0;
}

ul {
	margin: 0;
	padding :0;
	width: 320px;
	height: 300px;
}


ul li {
	list-style-type: none;
	width: 320px;
	height: 40px;
	line-height: 3em;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

a:link, a:visited, a:active {
	color: #808080;
	text-decoration: none
}

a:hover {
	background-color: #FFF;
	color: #6A5ACD;
	text-decoration: underline;
}

img.icon {
	float: left;
	margin: 9px 15px 0 10px;
}

