/*
 * 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: 18px;
}
body {
	margin: 8px;
	text-align: center;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
table {
	text-align: left;
	margin-left: 5%;
}
td {
	padding-bottom: 10px;
	text-align: left;
	margin-left: 5%;	
}
div.maintitle {
	font-size: 40px;
	color: red; 
	text-align: center;
}
div.maintitle2 {
	font-size: 40px;
	color: red; 
	text-align: left;
}
div.subtitle {
	font-size: 25px;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 25px;
	color: rgb(10, 0, 0); 
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;	
}
div.subtitleleft {
	font-size: 30px;
	color: red; 
	text-align: left;
	margin-left: 5%;
}
p.quote {
	width: 95%;
	font-size: 16px;
	text-align: left;
	margin-left: 6%;	
	margin-right: 16%;	
	padding: 0px;
	color: rgb(235, 119, 12);
}
div.center {
	margin: auto;
  	width: 95%;
	padding: 6px;
	text-align: center;
	font-size: 1.2em;
}
div.space {
	padding-bottom: 8px;
	text-indent: 2%;
}
div.text1 {
	text-align: left;
	margin-left: 2%;	
}
div.text2 {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;	
}
div.linknoborder {
	text-align: center;
	font-size: 1.8em;
}
a.pics:hover {
	font-size:125%;
}
a:link {
	color: blue;
}
a:hover {
	font-size:125%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}