A {
	text-decoration: none;
	font-weight: bold;
	background-position: center;
	background-repeat: repeat-y;
}

A:hover {
	text-decoration: underline;
}

P {
	text-indent: 0px;
	text-align: left;
}

TABLE {
	border: 0px solid red;
}

TD {
	border: 0px dotted blue;
/* 	background-repeat: no-repeat; */
}

FORM {
	border: 0px solid black;
	margin: 0px;
}

IMG {
	border-width: 0px;
}

.edit {
	border-color: #842929;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #EDDBB3;
	width: 290px;
}

.btn {
	background-color: #EDDBB3;
	border: 1px solid #842929;
	color: #842929;
	font-family: Garamond;
	font-weight: bold;
}

