@CHARSET "ISO-8859-1";

body.moonty
{
		
}

body.moonty div#top div.title
{
	margin: 0 1em;
}

body.moonty div.title a
{
	text-decoration: none; color: inherit;
}

/* color schemings */
body.moonty div#top { background: #A4C1E0; color: white; }

/* padding and margins */
body.moonty div#top { padding-top: 1em; margin-top: -18px; }
body.moonty div#body { margin: 1em; }


/*
	Error and success boxes
*/
.error, .success
{
	color: white;
	padding: 1em;
	border: .3em solid black;
}	
.error
{
	background-color: red;
}
.success
{
	background-color: green;
}
div.code
{
	white-space: pre;
	font-family: Courier New;
}