body {
	background-color: #1a0d00;
}
h1 {
	color: #ff8c1a;
	text-align: center;
	font-family: courier new;
}
a {
	color: #ff8c1a;
	font-family: courier new;
	font-size: 10pt;
	font-weight: bold;
}
span {
	color: #ff8c1a;
	font-family: courier new;
        font-weight: bold;
}
p.greeting {
	color: #ff8c1a;
	font-family: courier new;
	font-size: 10pt;
	font-weight: bold;
}
textarea {
   resize: none;
   font-size: 20pt;
   font-family: courier new;
   font-weight: bold;
    background-color: #472604;
    color: #ff8c1a;
	border-color: #ff8c1a;
}
