@font-face
{
	font-family: "Alice in Wonderland";
	src: url('../fonts/alice-in-wonderland.regular.ttf');
}
body
{
	margin: 0px; 
	background-color: #DCC060; 
	font-family: Times New Roman;
}
a
{
	text-decoration: none;
	border: none;
	color: #804000;
}
a:link
{
	color: #804000;
}

a:visited
{
	color: #804000;
}

a:hover
{
	color: black;
}

a:active
{
	color: #804000;
}
