@charset "utf-8";
body
{
	font-family: 'MountainsofChristmasRegular', helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	min-width: 320px;
}

a
{
	color: cyan;
	text-decoration: none;
	transition: All 0.8583s ease-in;
	-webkit-transition: All 0.8583s ease-in;
	-moz-transition: All 0.8583s ease-in;
	-o-transition: All 0.8583s ease-in;
	font-weight: normal;
}
a:hover
{
	color: orange;
	text-decoration: none;
}
/*a:visited
{
	color: limegreen;
	text-decoration: none;
}*/
a:active
{
	color: yellow;
	text-decoration: none;
}