/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: white;
	color: black;
	margin: 15;
}


/* Style for all table cells. */
td {
	font-size: 14px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:link {
	text-decoration: none;
	color: #0000FF
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}


