/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #000000;
	color: #ffffff;
	margin: 10;

}

/* Style for all table cells. */
td {
	font-family: "Arial" ;
	font : bold;
	text-align: center;
	font-size: 15px;
	vertical-align: center;
}


/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}



/* Custom link styles */
a:link {
	text-decoration: none;
	color: #CCCCCC
}



a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}
a:active {
	text-decoration: none;
	color: #FFAAAA;
}


.comment {
	color: red;
	font-size: 14px;
	margin-left: 10%;
	margin-right: 10%;
}

.head {
	font-family: "Times New Roman" ;
	font-size: 40px;
	font: normal;
	background-color: #666666;
	text-align: center;
}
.camera {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;

}


#imageinfo {
	visibility: hidden;
}

.imageinfo {
	font-size : small;
}

