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

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}

td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}

img {
	border-color: #000000;

}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:link {
	text-decoration: none;
	color: #5f5f5f
}

a:hover {
	text-decoration: underline;
	color: #990000
}


.comment {
	color: black;

}

.camera {
	font-size: 10px;
}

.padded {
	padding-top: 1px;
	padding-bottom: 1px;
}



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


