/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
    background-image: url("res/bckg2.jpg");
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #e0e0e0;  
	color: black;
	margin: 5;
	text-align: center;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	/*margin: 5;*/ 
}
    
#slide {
    text-align: left;
    /*margin: 5;*/
}
td.imageinfo
{
	font-size: 10px;
}

div.imageinfo {
	visibility: hidden;
}


p {
    text-align: left;
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* Title */
p.title {
	/*font-weight: bold;*/
	font-size: 12px;
	text-align: left;
	margin-left: 3px;
	margin-top: 13px;
}

/* Title */
p.nav {
	/*font-weight: bold;*/
	font-size: 14px;
	text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Header */
h1 {
	font-size: 16px;
	font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}

/* Custom link styles */
a
{
    font-weight: bold;
    text-decoration: none; 
    color: #950000;
}

a:hover
{
    font-weight: bold;
    color: #EE1122;
    text-decoration: underline;
}

a:visited {
	color: #600000;
}

