/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Cochin, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	margin: 5;
	background-color: white;
	border: 1px solid #fc7f00;
	padding: 15px;
}


/* 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;
}

h1 {
	margin: 20px;
	font-size: 1.5em;
}

.link {
	font-size: 1em;
	margin: 20px;
	font-weight: bold;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover	{
	color: #fc7f00;
	text-decoration: none;
}

p {
	margin-right: 25%;
	margin-left: 25%;
}

