@charset "utf-8";

h1 
{
	font-family: 'Brush Script MT';
	font-size: 2.5vw;
}

h2 
{
	font-family: Broadway;
	font-size: 1.5vw;
}
button
{
	font-family: Broadway;
	font-size: 1.25vw;
}

.menu
{
	font-family: "Century Gothic";
	font: bold;
	font-size: 1vw;
}
a:visited
{
	text-decoration: none;
	color: black;
}
a, a:hover, a:focus, a:active 
{
	text-decoration: none;
	color: inherit;
}
