@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/tile1.jpg);
	background-repeat: repeat;
	font-family: Papyrus, Vivaldi, Arial, Georgia;
	color: #000000;
}
.infoDiv {
	background-color: #FFFFFF;
	padding: 10px;
	width: 90%;
	margin-right: 10px;
	margin-left: 10px;
	border: medium dashed #FF8A33;
}
a:link {
	color: #CB1F1D;
	background-color: #F7BB37;
	text-decoration: none;
}
table {
	background-color: #C9B6A7;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#Centera .infoDiv img {
	float: right;
}
#view {
	background-color: #DD3333;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #DB221D;
	border-right-color: #DB221D;
	border-bottom-color: #DB221D;
	border-left-color: #DB221D;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
