/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies. */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

a:visited, a:active, a:link 
{
	display: inline;
	color: #000000;
	text-decoration: underline;
}

a:hover 
{
	display: inline;
	color: #999;
	background-color: #FFF;
}

.cssFooter 
{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.cssText 
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


/* Style for the Title */
.xptitle {
	font-family: arial, verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	
}	

img {
	border-color: #000000;
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 10px;

}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	margin: 5;
}

