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

/* Style for all bodies. */
body { font-family: Verdana; background-image: url(worldmap_bg.jpg); background-color:#ffffcc; background-repeat:no-repeat; background-attachment:fixed; background-position: 15 15; scrollbar-face-color:#dab176; scrollbar-shadow-color:#444444; scrollbar-highlight-color:#dab176; scrollbar-3dlight-color:#CCCCCC; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#ffffc0; scrollbar-arrow-color:#666666; }

/* Style for all table cells. */
td {
	font-size: 10px;
}

/* Put a border on all generated images */
.image   { margin: 5; border-style: outset; border-width: 0 1px 1px 0; border-color: black }

/* Align the content of the cells on the index pages to the center and bottom. */
#index td   { text-align: center }

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

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

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

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* 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
}

#imageinfo {
	visibility: hidden;
}
