body {
	font-family: "courier", courier, helvetica, veranda;
	font-weight: normal;
	font-style: normal;
	text-decoration: none
	text-transform: none
	border:20px;
	background: navy url(right-border.jpg) no-repeat top Left;	
	font-size: 100%;
	color: black;
}
h1 {
	color: #white;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-size: 100%;
	text-align: Left;
	color: #white;
	
}
h3 {
	font-size: 75%;
	text-align: left;
	color: #white;
	
}
h4 {
	border-style: dashed;
	border-width: 3px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: red;
}

p {
	font-family: "courier", courier, helvetica,
	letter-spacing: 100%;
	word-spacing: 100%;
	line-height: 1.5;
	text-align: left;
	color: black;
}

a {
	color: blue;
	text-decoration: underline;
}

fieldset {padding: 0 1em 1em 1em;}
	
legend { padding: 1em;}
