/* main site font */
@font-face {
	font-family: MainWebFont;
	src: url(/fonts/nintendo_NTLGDB_001.ttf);	/* they use this on the 3DS! */
}

body {
	background-color: #9594CD;
	font-family: MainWebFont;
}

hr {
	border: 1px solid;
	color: #ffffff;
}

.site_info {
	max-width: 500px;
}

/* start fspam*/
.site_menu {
	margin: -10px;
	color: #ffffff;
}

.site_links {
	color: #ffffff;
	text-decoration: underline;
}

.site_links:visited {
	color: #ffffff;
}
/* end fspam */

p {
	border: 2px solid;
	border-radius: 3px;
	margin: 25px 25px 25px 25px;
}

/* i think i might like the letter f a bit *too* much... */
h1, h2, h3, h4, h5, h6, p {
	font-family: MainWebFont;
	color: #ffffff;
}
