@charset "UTF-8";
/* CSS Document */

p {font-size:11px; font-family: "Helvetica", sans-serif; }

h1 {font-size:12px; font-family: "Helvetica", sans-serif; }

h2 {font-size:16px; font-family: "Helvetica", sans-serif; }

h3 {font-size:12px; font-family: "Courier New", Courier, monospace; }

h4 {font-size:10px; font-family: "Courier New", Courier, monospace; }


a {
	color: #8B475D;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.topname {
	font-size: 36px; 
}
body {
	font-family: "Helvetica", monospace;
	text-decoration: none;
}

