/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
}
body {
	margin: 8px;
	text-align: left;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
div.maintitle {
	font-size: 2.3em;
	color: red; 
	text-align: center;
	margin-left: 2%;	
}
div.subtitle {
	font-size: 1.0rem;
	color: rgb(0, 0, 0); 
	text-align: center;
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
a.pics:hover {
	font-size:125%;
}
a:link {
	font-size:110%;
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}

