/*
 * 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: 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: left;
	margin-left: 2%;
    font-weight: normal;
    font-size: 16;
}
div.maintitle {
	font-size: 2.5rem;
	color: red; 
	text-align: left;
	margin-left:16%;
	margin-right:4%;
}
div.subtitle {
	font-size: 1.6rem;
	color: black; 
	text-align: left;
	margin-left:16%;
}
div.subtitle2 {
	font-size: 1.3rem;
	color: black; 
	text-align: left;
	margin-left:16%;
}
div.quote {
	font-size: 1.0rem;
	text-align: left;
	color: rgb(235, 119, 12);
	margin-left: 5%;
	margin-right: 5%;
}
div.center {
	margin-left: auto;
	margin-right: auto;
	
}
table {
	text-align: left;
	margin-left:18%;

}

td {
	padding-bottom: 8px;		
}
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;
}



