/*
 * 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: white;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */




/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

/* ================================ */
