/*
 * 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: left;
	font-size: 1.2em;
	padding: 4px;
  }
div.maintitle {
	font-size: 2.5em;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.2em;
	color: black;
	text-align: center;
}
div.list {
	text-align: left;
	margin-left: 6%;	
}
div.txtleft {
	font-size: 1em;
	margin-left: 2%;
	color: black; 
	text-align: left;
}
div.txtcenter {
	font-size: 1.5em;
	color: black; 
	text-align: center;
}
div.punchtxtcenter {
	font-size: 1.4em;
	font-style: italic;
	color: black; 
	text-align: center;
}
div.punchtxtleft {
	font-size: 1.4em;
	font-weight: bold;
	color: black; 
	text-align: left;
}
div.linkpage {
	margin: auto;
  	width: 95%;
	border: 2px outset rgb(10, 0, 0);
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}
div.linknoborder {
	margin: auto;
  	width: 95%;
	padding: 12px;
	text-align: left;
	font-size: 1em;
}
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;
}

h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
h1.nam {
    color: rgb(238, 113, 11);
    text-align: center;
    font-size: 50px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 20px;
}
p {
    text-align: center;
    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 {
	font-size: 25px;
	text-align: center;
	color: rgb(122, 22, 22);
}
p.quote2 {
	width: 95%;
	font-size: 18px;
	text-align: left;
	color: rgb(235, 119, 12);
}
p.quote3 {
	font-size: 25px;
	text-align: center;
	color: rgb(1, 17, 1);
}
