/*
 * 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: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
}
.mobile-container {
	max-width: 480px;
	margin: auto;
    height: 100%;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top;
	color: rgb(14, 0, 0);
	border-radius: 0px;
}
p {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
    font-weight: normal;
	font-size: 1.0rem;
}
table {
	text-align: center;
	margin: auto;
}
table.left {
	text-align: left;
	margin-left: 5%;
}
td {
    padding-bottom: 8px;
	font-size: 1.2rem;
}
div.quote {
	font-size: 1.0rem;
	text-align: left;
	color: rgb(235, 119, 12);
	margin-left: 4%;
	margin-right: 4%;
}
div.quote2 {
	font-size: 1.0rem;
	text-align: center;
	color: rgb(235, 119, 12);
	margin: auto;
}
div.maintitle {
	margin: auto;
	font-size: 1.8rem;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.4rem;
	color: black; 
	text-align: center;
}
div.subtitle2 {
	font-size: 1.2rem;
	color: black; 
	text-align: left;
	align-items: center;
	margin-left: 2%;
	margin-right: 2%;
}
div.subtitle3 {
	font-size: 1.3rem;
	color: rgb(235, 119, 12);
	text-align: center;
	padding-bottom: 6px;
}
div.center {
	margin: auto;
  	width: 95%;
	text-align: center;
	font-size: 1.3em;
}
div.center2 {
	margin: auto;
  	width: 95%;
	text-align: center;
	font-size: 1.2em;
}
div.text1 {
	text-align: left;
	font-size: 1.0em;
	margin-right: 2%;
	margin-left: 2%;
}
div.text2 {
	text-align: left;
	margin-left: 5%;	
}
div.linknoborder {
	margin: auto;
  	width: 95%;
	padding: 12px;
	text-align: left;
	font-size: 1em;
}
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
a.space {
	padding-bottom: 8px;
	font-size:1.2rem;
}
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;
}


