<style>

body {
	font-family: Arial;
	font-size: 13px;
	color: #000000; }

B {
	font-weight: bold; }

td {
	font-family: Arial;
	font-size: 13px;
	color: #000000; }
td A:link {
	color: #2D6E90;
	text-decoration: underline; }
td A:visited {
	color: #3E92C0;
	text-decoration: underline; }
td A:active {
	color: #2D6E90;
	text-decoration: underline; }
td A:hover {
	color: #3E92C0;
	text-decoration: underline; }


/* Page Headers */
.header {
	font-family: Arial;
	font-size: 18px;
	color: #585858;
	font-weight: bold; }
	

/* Quotes on left side */
.quotes {
	font-family: Arial;
	font-size: 13px;
	color: #0756BF; }
.quotes A:link {
	color: #2D6E90;
	text-decoration: underline; }
.quotes A:visited {
	color: #3E92C0;
	text-decoration: underline; }
.quotes A:active {
	color: #2D6E90;
	text-decoration: underline; }
.quotes A:hover {
	color: #3E92C0;
	text-decoration: underline; }


/* Text under random photos on home page */
.photos {
	font-family: Arial;
	font-size: 13px;
	color: #0756BF;
	font-weight: bold; }


/* Page Footer */
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #555555; }
.footer A:link {
	color: #555555;
	text-decoration: underline; }
.footer A:visited {
	color: #555555;
	text-decoration: underline; }
.footer A:active {
	color: #555555;
	text-decoration: underline; }
.footer A:hover {
	color: #555555;
	text-decoration: underline; }
