@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 14pt;
	color: #fad169;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}
a:link {
	color: #fce3a4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fad169;
}
a:active {
	text-decoration: none;
}
