@charset "utf-8";
body {
	background-color: #CC9966;
	background-image: url(images/tile.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}
a.normal:link {
    font-weight:bold;
	color: #660000;
	text-decoration: underline;
}

a.normal:visited {
	font-weight:bold;
	color: #660000;
	text-decoration: underline;
}
a.normal:hover {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td {
	background-repeat: no-repeat;
	background-position: center center;
}

.photoLinks {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	cursor: hand;
}

