/*
 * 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: 16px;
}
body {
	margin: 8px;
	text-align: left;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
    text-align: center;
	font-size: 1.2em;
	padding: 4px;
  }
.div {
	text-align: center;
}
p {
    text-align: center;
    font-size: 16;
}
div.maintitle {
	font-size: 2.5em;
	color: red; 
	text-align: center;
	margin-left: 2%;	
}
div.subtitle {
	font-size: 1.3em;
	color: black; 
	text-align: center;
	margin-left: 4%;
}
div.quote {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: left;
	color: rgb(235, 119, 12);
}
div.quote2 {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: center;
	color: rgb(235, 119, 12);
}
div.space {
	padding-bottom: 10px;
}
#thumbnails > div {
	display: inline-block;
	margin: 7px;
	vertical-align: top;
	width: 320px;
}
#thumbnails > div > div {
	font-size: 1.4rem;
	margin: 5px 0px;
}
#punchtext {
	font-size: 2.0rem;
	margin: 5px 0px;
	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;
}

