@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana", "Helvetica", san-serif;
}


/*menu*/

body{
	background-color: #F2EDE3;
	font-size:0.8em;
	line-height:1.2;
}

dl{
	clear:left;
	list-style-type  : decimal-leading-zero;
	width:80%;
	margin:10px 0 0 10px;
}

dt{
	text-indent: -1.5em;
	margin-left: 1.5em;
}

dd{
	margin:3px 0 6px 0;
	border-bottom: 1px solid #CCCCCC;
	border-bottom-style:dotted;
}

a {
	color : #003388;
	text-decoration: none;
}

a:hover {
	color : #003388;
	text-decoration: underline;
}

a:visited {
	color : #003388;
}
