@charset "utf-8";
a {
	font-size: 14px;
	color: #b8a341;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b8a341;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Vivaldi;
}
h1 {
	font-size: 36px;
	color: #b8a341;
}
h2 {
	font-size: 18px;
	color: #b8a341;
	font-style: inherit;
}
body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #b8a341;
	background-color: #eee4b5;
}
body {
	background-color: #e9db9c;
	
}

