@charset "utf-8";
/* CSS Document */

body {
	background-color: #DEB887;
	font-family: Calibri, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333300;
}

.pageTitle {
	font-size: 18px;
	text-decoration: underline;
}

.pageSubTitle {
	font-size: 16px;
}

.quote {
	font-style: italic;
	text-align: justify;
}

.smallComment {
	font-size: 10px;
	text-align: justify;
}

.homeTitle {
	font-size: 30px;
	text-align: center;
}

.homeSubTitle {
	font-size: 30px;
	text-align: center;
}

.centerContent {
	text-align: center;
}

.homeSubSubTitle {
	font-size: 28px;
	text-align: center;
}

.niceText {
	text-align: justify;
}

.indexTable {
	background-position: top;
	background-position: right;
	background-image: url(../Images/index_background.jpg);
	background-repeat: no-repeat;	
}

.button {
	width: 60px;
	height: 30px;
  	border: 1px solid #000000;
	text-align: center;
	background-color: #8B5A2B;
}

.button:hover {
	background-color: #D2B48C;
}

a.navigation {
	text-decoration: none;
	color: #FFFFFF;
}

.linkBack {
	text-align: right;
}

a {
	color: brown;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
