body {
	background-image: url(arrows/rhetoricbg.jpg);
	background-repeat: repeat-y;
	background-color: #BEDEEB;
	background-position: left;
	background-attachment: scroll;
	color: Blue;
	text-align: center;
}
h1 {
	text-align: center;
	text-transform: capitalize;
	vertical-align: text-top;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
}
table, t {
	border: 10px ridge #BEDEEB;
}
tr {
	vertical-align: top;
	text-align: center;
}
td {
	text-align: center;
}

hr {
	background-color: inherit;
	color: inherit;
	border: thick ridge Purple;
}
