/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	background-image: url(../res/bgLinna.gif);
	color: black;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.pageTitle 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight:bold;
	color: #006699;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #006699;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #6699CC
}

a:link {
	text-decoration: none;
	color: #66CCFF

