/* Sivun yleiset tyylimääräykset */
body {
	background-color: #7A6C5C;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

/* Korkeimman tason otsikko */
h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* Korkeimman tason otsikon ensimmäisen sanan ensimmäisen kirjaimen tyylimääritykset */
h1:first-letter {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/* Toiseksi korkeimman tason otsikko */
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #4E4436;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	display: inline;
}

h2:a {
	text-decoration: none;
}

/* Toiseksi korkeimman tason otsikon ensimmäisen sanan ensimmäisen kirjaimen tyylimääritykset */
h2:first-letter {
	font-size: 22px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #4E4436;
	margin: 0px;
	padding: 0px;
}

/* Kappaleen ensimmäisen sanan ensimmäisen kirjaimen tyylimääritykset */
p:first-letter {
	font-weight:;
	font-weight:;
}

.left {
	position: absolute;
	left: 37px;
	top:4px;
	width: auto;
	height: 30px;
	z-index: 100;
	color: #4E4436;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

.left a:hover {
	color: #352E24;
}

a:link  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000;
	text-decoration: none;
}

a:hover  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #352E24;
	text-decoration: none;
}

a:active  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000;
	text-decoration: none;
}

a:visited  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000;
	text-decoration: none;
}

* html .galimg a img {
	border: 0px;
	padding: 5px;
}

.galimg a img {
	border: 1px solid #605342;
	margin-left: auto;
	margin-right: auto;
}

.header {
	padding: 0px;
	margin: 0px;
}


a:link.link  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover.link  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active.link  {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited.link   {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

