/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

/* HTML parameters */ 
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
}
body {
	margin: auto;
	text-align: center;
	background: url(PacificaCoast.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: rgb(51, 78, 116);
}
table {
	text-align: center;
	margin: auto;
	font-size: 20px;
	padding-bottom: 4px;
}
table.left {
	text-align: left;
	margin-left: 7%;
	padding-bottom: 10px;
}
td {
	padding-bottom: 6px;
	vertical-align: middle;
}
tr {
	padding-bottom: 4px;
}
/* HTML Divisions */ 
.div {
	text-align: center;
}
div.list {
	text-align: left;
	font-size: 1em;
	margin-left: 5%;
	padding-bottom: 8px;
	
}
div.maintitle {
	font-size: 40px;
	color: red; 
	text-align: center;
}
div.subtitle2 {
	font-size: 25px;
	color: black; 
	text-align: left;
	margin-left: 4%;
}
div.subtitle {
	font-size: 25px;
	color: black; 
	text-align: center;
}
div.linkpage2 {
	margin: auto;
  	width: 90%;
	padding: 10px;
	text-align: center;
	font-size: 1.4em
}
h2 {
    color: rgb(0, 128, 0);
    text-align: center;
    font-size: 1.7em;
}
p {
    text-align: left;
    font-weight: normal;
    font-size: 26;
}
p.quote {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
	text-align: center;
	color: rgb(122, 22, 22);
}
p.quote2 {
	margin-left: 3%;
	margin-right: 3%;
	font-size: 1.0em;
	text-align: left;
	color: rgb(0, 0, 0);
}
/* HTML Spacing */ 
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
  /* HTML Images */ 
img {
	border: 1px;
}
/* HTML Links */ 
a.pics:hover {
	font-size:125%;
}
a:link {
	color: blue;
}
a:hover {
	font-size:120%;
	color: hsl(350, 3%, 60%);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}
