/* flunger.css */
body {color: white}
body {background-color: black}

h1 {
color: #ffffff;
font-family: times;
font-size: 175%;
}

body {
	background-color: #444;
	font-family: arial;
	margin-left:50px;
	margin-top:30px;
	margin-bottom:50px;
}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #aaaaaa; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}