/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFCC99;
	color: #000000;
}

/* Header */
h1 {
	font-size: xx-large;
	font-weight: bold;
	text-align : center;
}

h3{
	font-size : large;
	font-weight: bold;
	text-align : center;
}


table {
	width : 98%;
	border: none;
	text-align : center;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: medium;
	width : 25%;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	vertical-align : top;
	text-align : center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #551A8B;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #0000EE;
}

imageinfo {
	font-style : normal;
	text-align : center;
}
