@font-face {
	font-family: 'Goofball';
	src: url('Goofball.eot');
	src: url('Goofball.eot?#iefix') format('embedded-opentype'),
		url('Goofball.woff2') format('woff2'),
		url('Goofball.woff') format('woff'),
		url('Goofball.ttf') format('truetype'),
		url('Goofball.svg#Goofball') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Moonpiealamonde';
	src: url('Moonpiealamonde.eot');
	src: url('Moonpiealamonde.eot?#iefix') format('embedded-opentype'),
		url('Moonpiealamonde.woff2') format('woff2'),
		url('Moonpiealamonde.woff') format('woff'),
		url('Moonpiealamonde.ttf') format('truetype'),
		url('Moonpiealamonde.svg#Moonpiealamonde') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color: #330360;
	margin-left: 2em;
}

div.title
{
	font-family: Moonpiealamonde;
	font-size: 400%;
	transform: rotateY(0deg);
	animation: title-change 20s infinite;
}

@keyframes title-change
{
	0% { color: #330360; transform: rotateY(-10deg); }
	50% { color: #6006b4; transform: rotateY(10deg); }
	100% { color: #330360; transform: rotateY(-10deg); }
}

div.menu
{
	font-family: Goofball;
	font-size: 200%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	width: 20em;
	perspective : 100em;
}

div.menu a
{
	border-bottom: inherit;
	color: inherit;
	background: inherit;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.small
{
	font-size: 80%;
}

.finePrint
{
	font-size: 80%;
	font-style: italic;
}

.large
{
	font-size: 120%;
}

h1
{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color : #330360;
}

A:link
{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color : #6F06D1;
}
A:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #EEEEEE;
	color : #330360;
}

A:hover
{
	background: #99CCFF;
}
