/*
 * 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: auto;
	width: 75%;
	text-align: center;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
p {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
    font-weight: normal;
	font-size: 1.5rem;
}
div.maintitle {
	font-size: 2.5rem;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.5rem;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 1.5rem;
	color: black; 
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
div.subtitle3 {
	font-size: 1.5rem;
	color: rgb(235, 119, 12);
	text-align: center;
	padding-bottom: 6px;
}
div.quote {
	font-size: 1.2rem;
	text-align: left;
	color: rgb(235, 119, 12);
	margin-left: 5%;
	margin-right: 5%;
}
div.list {
	text-align: left;
	margin-left: 25%;
	
}
img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding-bottom: 10px;
	font-size: 1.4rem;	
}
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;
}



