/*
 * Combined style sheet for the index pages and the slide pages.
 */


/* ================================ */


/* Style for all bodies(for this style) */
body {
 	font-size: px;
	background-color: white;
	color: black;
	margin: 5;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;

}

/* Custom link styles */
a:link {
	text-decoration: none;
	color: #0000FF
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}


a:active {
	text-decoration: none;
	color: #FF0000
}

/* ================================ */
