body {
font-size:100%;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.menu_choice {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-indent: 5px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: center;
	top: 95%;
	position:absolute;
	width: 100%;
}
.static_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	text-align: center;
	position:static;
	width: 100%;
}
/*so box dimensions aren't affected by padding*/
div { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
@media screen and (max-width: 750px)
{
.menu_choice {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-indent: 5px;
	font-size:.75em;
}
}
