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

/* ================================ */


/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11 px ;
	background-color: black;
	color: white;
	margin: 5;
}



/* Put a border on all generated images */

.image {

	border-width: 3 px;
	border-color: #555555;
	border-style: solid;

}


/* 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;
}


