/* CSS Document */

body,td,th {
	font-size: 14px;
	color: #712538;
}
body {
	background-color: #EA9E9E;
	background-image: url(images/photo-bg2.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}

a, a:visited, a:link {
	color: #712538;
	text-decoration: none;
}

a:hover, a:active {
	color: #712538;
	text-decoration:  underline;
}