/*
 * Combined style sheet for the index pages and the slide pages. */

/* ================================ */


/* Style for all bodies(for this style) */
body {
	font-size: px;
	background-color: #393939;
	color: white;
	margin: 5;
}


/* Put a border on all generated images */

.image {

	border-width: 1px;
	border-color: #000000;
	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;
}







/* ================================ */
