
/*
 * 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 {
	margin: auto;
	text-align: center;
	background: url(../cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
table {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.left {
		text-align: left;
		margin-left: 6%;
}
td {
	text-align: left;
	font-size: 1.2rem;
    padding-right: 12px;
	padding-bottom: 8px;
}
.div {
	text-align: center;
}
div.text {
	text-align: left;
	margin-left: 25%;
}
div.maintitle {
	font-size: 50px;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 25px;
	color: black; 
	text-align: center;
}
div.link {
	font-size: 0.9rem;
	text-align: center;
	margin-left: auto;	
}
a {
	outline: 0;
}
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;
}
img {
	border: none;
}
div.a {
	height: 200px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 15px;
}

p.center {
    text-align: center;
    font-size: 1.2rem;
}
p.bold {
    text-align: center;
    font-weight: bold;
    font-size: 40;
}
