/* mtstyle.css */
body	{	margin-left: 4%;
		margin-right: 4%;
		color: #000000;
		font-family: "New Century Scoolbook", serif;
		background: #cccccc;
	}
div.motd{	color: black;
		margin: 1em;
	}
img.motd{	float: left;
		margin: 1em 1em 1em 0;
	}
hr.motd	{	clear: both;
	}
p.buttongroup
	{	font-size: 180%;
		margin-top: 1em;
		margin-bottom: .3em;
	}
		
H2 	{	font-size: 180%;
	}
H2.logo {	text-align: center;
	}
H1	{	font-size: 250%;
		text-align: center;
	}
div.button
	{	text-align: center;
		font-size: 150%;
		font-family: "New Century Schoolbook", serif;
		border: solid;
		border-width: .25em;
		padding: 1em .5em 1em .5em;
	}
A:link, A:visited
	{	color: #000000;
		text-decoration: none;
	}
A:hover
	{	color: #cc3300;
	}
A.normal
	{	text-decoration: underline;
	}
