@import url("costume.css");

body {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #FF9900;
}
a {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #66cc00;
	text-decoration: none;
}
p {  font-family: "Courier New", Courier, mono; color: #000000}
a:hover {
	color: #9933CC;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #9933CC;
	line-height: normal;

}

