@charset "UTF-8";
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
link {
	color: #484549;
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #484946;
}

a {
	font-size: 1em;
	color: #484549;
}
a:link {
	text-decoration: none;
	color: #484549;
}
a:visited {
	text-decoration: none;
	color: #484549;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #484549;
}

a.button {
	color: #000000;
	background: transparent;
}
a.button:visited {}
a.button:active {}
a.button:link {}