/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
    background-color: #f8f8f8;
    padding: 15px;
    margin: 0;
    font: 90% verdana, arial, sans-serif;
    color: #000000;
}

#container
{
    background-color: #f8f8f8;
	border-width: 15;
	border-color: #660000;
	border-style: solid;
    padding: 2;
    margin: 0;
    text-align: left;
}


a:link
{
    color: #000099;
}
a:visited
{
    color: #663366;
}

a:active
{
    color: #663366;
}

a:hover
{
    color: #0000ff;
}

h1
{
    font-size: 180%;
    color: #cc6666;
}

h2
{
    font-size: 160%;
    color: #cc9966;
}

h3
{
    font-size: 130%;
    color: #990000;
    
}

h4
{
    font-size: 100%;
    color: #660000;
    margin-bottom: .1em;
}

H4 { margin-left: 5%; }

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #cc9999;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* 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;
	overflow: visible;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


/*
#comment {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

#comment_shadow {
	display: none;
}
*/


#comment {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 2px;
	text-align: center;
	font-size: large;
	color: black;
}

#comment_shadow {
	position: absolute;
	bottom: 32px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: large;
	color: white;
}

#navigation {
	font-size: small;

}

input {
	font-size: 10px;
}

