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

/* Style for all bodies. */
body  { color: #fcf; font-size: 13px; font-family: Verdana, Arial, sans-serif; background-color: #f0c; margin: 5 }


/* Style for all table cells. */
td {
	font-size: 10px;
}
a:active    { color: black; text-decoration: none }

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

a:hover   { color: white; background-color: black }

a:link    { color: black; text-decoration: none }