/*
 * 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: 20px;
}
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: left;
	font-size: 1.2em;
	padding: 4px;
  }
ul {
	text-align: left;
	font-size: 1.0em;
	margin-left: 6%;
}
ol {
	text-align: left;
	font-size: 1.0em;
	margin-left: 6%;
}
div.maintitle {
	font-size: 2.5em;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.5em;
	color: black;
	text-align: center;
}
p {
    text-align: left;
    font-size: 1.0rem;
	margin-left: 6%;	
}
p.center {
    text-align: center;
    font-size: 20;
}
p.quote {
	font-size: 25px;
	text-align: center;
	color: rgb(122, 22, 22);
}
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:1.0rem;
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}

