/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body { color: black; font-family: Arial, arial, sans-serif; background-color: transparent; background-image: url(http://www.photoflounder.com/dvbg.jpg); }

p {  }

td {}

a:link { color: navy ; background-color: transparent; text-decoration: none; }

a:visited { color: teal ; text-decoration: none; }

a:hover { color: purple ; text-decoration: underline; }

a:active { color: green ; font-weight: bold; text-decoration: underline; }
.currentpage { color: #cfc; font-weight: bold; text-decoration: none; }
.menu { background-color: #9c9; }
.reshead { font-size: larger; font-weight: bold; font-variant: small-caps; }
.reslist { text-indent: 24px; }
.smallhead { font-size: smaller; }
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
