/*
 * 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;
}
table {
    margin-left: 12%;
	text-align: center;
}
td {
	text-align: left;
	font-size: 18px;
    padding-bottom: 8px;
}
body {
	width: 80%;
	margin: auto;
	text-align: center;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
div.maintitle {
	font-size: 3.0em;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.3em;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 1.3em;
	color: black; 
	text-align: left;
	font-weight: bold;
	margin-left: 8%;
}
p {
    text-align: left;
	margin-left: 14%;
    font-weight: normal;
    font-size: 16;
}
p.more {
    font-size: 1.2em;
    vertical-align: center;
}
p.center {
    text-align: center;
    font-size: 20;
}
p.bold {
    text-align: left;
    font-weight: bold;
    font-size: 18;
}
p.quote {
	width: 100%;
	margin-left: 8%;
	font-size: 18px;
	text-align: left;
	color: rgb(1, 1, 1);
}
#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 {
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}

