@charset "utf-8";
/* CSS Document */

/* -- core -- */
body {
background: #fff;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color: #646161;
}

a:link, a:visited {
color: #84c33f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
margin: 0;
list-style-type: none;
padding-left: 0;
}

a img {
border: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
color: #f68a1e;
}

h2 {
	/*font-size: 16px;*/
	font-size: 133%;
	color: #f68a1e;
}
h3 {
	/*font-size: 14px;*/
	font-size: 117%;
	color: #f68a1e;
}

blockquote {
	padding: 1ex;
}
