/*
 * 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: 24px;
}
body {
	margin: auto;
	text-align: center;
	background: url(../webassets/cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
div.maintitle {
	font-size: 60px;
	color: red; 
	text-align: center;
}
table {
	text-align: center;
	margin: auto;
	font-size: 30px;
	padding-bottom: 4px;
}
td {
	padding-bottom: 8px;  height: 50px;
	vertical-align: middle;
}
p {
    text-align: center;
    font-size: 1.2em;
}
div.list {
	text-align: left;
	margin-left: 6%;	
}
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;
}


