<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	color: black;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* sisentää */
ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



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

/* Align the content of the cells on the index pages to the center and bottom. */

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* Margins on the slide pages. */
body#slide {
	margin: 5;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 12px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 0px;
	color : White;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

.generator {
	font-size : 9px;
	color : Silver;
}

.RowFirst {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.RowSecond {
	background-color : #FFFFFF;
}

#imageinfo {
	visibility: hidden;
}

.number{

	font-weight : bold;
}


.button
{
	background : #F0F0F0;
	border : solid Gray;
	border-width : 1px 1px 1px 1px;
/*	font-size : 8pt;
	border-bottom-color : #555555;
	border-right-color : #666666;
	border-left-color : #D0D0D0;
	border-top-color : #E0E0E0;
	text-align : center;
	*/
	}
	
.bordertop
{
border : solid Gray;
border-width : 0px 0px 1px 0px;
}

.bordertopright
{
border : solid #D0D0E0;
border-width : 0px 1px 1px 0px;
}

.dent
{
	background : #F0F0F0;
		font-size : 8pt;
	text-align : center;
	}
	
	/ *
	border-top-color : #555555;
	border-left-color : #666666;
	border-right-color : #D0D0D0;
	*/

</pre></body></html>