* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

img {
	border: none;
}

h1 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 12px;
}

h2 {
	font-size: 12px;
	height:12px;
	color: #FE7F0E;
	font-weight:bold;
	text-decoration: underline;
	padding-bottom: 5px;
}

li {
	font-size: 12px;
	color: #666666;
	list-style-type: square;
	list-style-position: inside;
}

a {
	color: #FE7F0E;
	text-decoration: none;
}

a:hover {
	color : #000;
	background: #FFFF9F;
}

.right_item {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}