/*
 * Combined style sheet for the index pages and the slide pages. */

/* ================================ */


/* Style for all bodies(for this style) */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: px;
	background-color: #191919;
	color: white;
	margin: 5;
}


/* Put a border on all generated images */

.image {

	border-width: 3 px;
	border-color: #ffffff;
	border-style: solid;

}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

a:link {
	text-decoration: none;
	color: #CCCCCC
}


/* ================================ */
