@charset "utf-8";

body {
	background-color: fffde8;
}
h1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
}
.style4 {
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.adr {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	text-align: center;
}
p {
	font-size: medium;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #Cecece;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #DEB998;
	text-decoration: none;
}
.adr a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.adr a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
a.adr:link, a.adr:visited, a.adr:active {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
