@import url(fonter.css);
@import url(misc.css);
body {
	background:#0c0;
	margin:20px 30px 20px 20px;
}

p, h1 {
	color:#fff;
}
h1 {
	margin:10px 0;
}
a, .linking a {
	color:#333;
}
button {
	background-color:#333;
	background-image:url(../images/button_bkg_green.gif);
	margin:0 0 0 10px;
}
.textInput {
	width:200px;
	margin:2px 0 0 10px;
}
