/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: black;
	margin: 5;
}


/* Style for all table cells. */
td {
	font-size: 10px;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#0f8342;
}
small {
	color: #ffffff;
}
a {
	color: #0f8342;
	text-decoration: none;
}

a.main {
	color:#0f8342;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

a.main:hover {
	color:#684625;
}
