/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #CC0000;
}
a:link {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	color: black;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
.navbar {
	color: #FF0000;
	background-color: transparent;
}
.photonavlink a:link {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
.photonavlink a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
.photonavlink a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
.photonavlink a:visited {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
.photonavlink a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.tabletext {
	font-size: smaller;
}
.boldtext {
	font-size: larger;
	font-weight: bold;
}
.tablenavbar {
	color: black;
}
.tablenavbar a {
	color: red;
}