/*base*/
body {
	background-image:url(top_bg.gif);
	background-repeat: no-repeat;
	background-position:center center;
	background-color: #FFFBEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}
#contents {
	text-align:left;
	width: 600px;
	margin: auto;
	margin-top: 60px;
}
#update {
	margin: 10px 100px 10px 100px;
	background-image: url(ami.gif);
	padding:20px 30px 10px 30px;
	border: 1px dotted #666666;
}
#menu {
	text-align: center;
	text-decoration: none;
	font-weight:bold;
 color:#D93E02; 
 }
/*a:link {
 color:#D93E02; 
}
a:visited {
 color:#d93e02;
}  */
h1{
	font-size:150%;
	letter-spacing: 10px;
	color: #D93E02;
}
a {
	text-decoration: none;
 color:#D93E02; 
 }
address {
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #D93E02;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}

