/*
 * 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: 20px;
}
body {
	width: 50%;
	margin: auto;
	text-align: left;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
table {
	text-align: left;
	margin-left: 4%;
}
td {
	text-align: left;
	padding: 4px;
}
div.maintitle {
	font-size: 2.0em;
	color: red; 
	text-align: left;
}
div.subtitle {
	font-size: 1.3em;
	color: black; 
	text-align: left;
	margin-left: 2%;
}
div.subtitleleft {
	font-size: 1.0rem;
	color: black; 
	text-align: left;
}
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 {
	font-size:110%;
	color: blue;
}
a:hover {
	font-size:120%;
	color: rgb(255, 0, 34);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}

h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
h1.nam {
    color: rgb(238, 113, 11);
    text-align: center;
    font-size: 50px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 20px;
}
p {
    text-align: left;
	margin-left: 2%;
    font-weight: normal;
    font-size: 16;
}
p.more {
    font-size: 1.2em;
    vertical-align: center;
}
p.center {
    text-align: center;
    font-size: 20;
}
p.bold {
    text-align: left;
    font-weight: bold;
    font-size: 18;
}
p.quote {
	font-size: 25px;
	text-align: center;
	color: rgb(122, 22, 22);
}
p.quote2 {
	width: 95%;
	font-size: 18px;
	text-align: left;
	color: rgb(235, 119, 12);
}
p.quote3 {
	font-size: 25px;
	text-align: center;
	color: rgb(1, 17, 1);
}
