/* (C)opyright Ville Saalo */

BODY 
	{ 
	color: black;
	background: #B6B891;
	text-align: center; 
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	}

DIV.linkkipalkki
{
	background: #95D6A0;
	color: black;
	text-align: center;
	margin-left: .5em;
	margin-right: .5em;
	padding: 1em;
	border: 1px dotted black;
	font-family: Arial, sans-serif;
}

DIV.kaikkeus
	{
	border: 1px solid black; 
	background: #91B790;
	color: black;
	margin-left: 24%;
	margin-right: 24%; 	
	padding-bottom: 1em;
	}	

DIV.levea
	{
	border: 1px solid black; 
	background: #91B790;
	color: black;
	margin-left: 20%;
	margin-right: 20%; 	
	padding-bottom: 1em;
	}	

DIV.tosilevea
	{
	border: 1px solid black; 
	background: #91B790;
	color: black;
	margin-left: 10%;
	margin-right: 10%; 	
	padding-bottom: 1em;
	}	

H1 
	{ 
	text-align: center;
	font-size: 210%;
	font-family: "Copperplate Gothic Bold", Tahoma, sans-serif; 
	font-style: italic; 
	}  


H2
	{ 
	font-family: "Copperplate Gothic Bold", Tahoma, sans-serif; 
	font-size: 150%; 
	text-align: center; 
	}

H3 
	{
	font-family: "Copperplate Gothic Bold", Tahoma, sans-serif; 
	font-size: 120%;
	font-weight: lighter; 
	text-align: left;
	margin-left: 25%; 
	}

.listaotsikko { font-weight: bold }
.pieni { font-size: smaller; }
.italic { font-style: italic; }
.keskella { text-align: center; }

EM 
	{ 
	font-style: italic; 
	font-weight: bold; 
	}

STRONG.uusi 
	{ 
	text-transform: uppercase;  
	font-weight: bold; 
	color: #F00;
	background-color: inherit;
	}

P 
	{ 
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	}

P.valissa 
	{ 
	font-size: smaller;
	text-align: left; 
	}

PRE 
	{ 
	font-family: monospace; 
	}

UL 
	{ 
	text-align: left;
	list-style: outside; 
	/* list-style-type: disc; */
	padding: 1em;
	}

UL.levea
	{ 
	text-align: left;
	list-style: outside; 
	/* list-style-type: disc; */
	margin-left: 15%; 
	margin-right: 15%; 
	}

UL.sisakkainen
	{ 
	text-align: left;
	list-style: outside; 
	/* list-style-type: disc; */
	margin-left: 2.5%; 
	margin-right: 2.5%; 
	}

UL.keskella 
	{ 
	text-align: center;
	list-style: inside; 
	/* list-style-type: disc; */
	margin-left: 0%; 
	margin-right: 0%; 
	}

UL.historia
	{
	padding: 1.5em;
	text-align: left; 
	margin: 0.5em; 
	background: #85C690;
	color: black;
	list-style-position: outside; 
	list-style-type: disc;
	border: 1px dashed black;
	}

OL.inner 
	{
	list-style-position: outside; 
	list-style-type: decimal;
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	}

UL.inner 
	{
	margin-top: 0px; 
	list-style-position: outside; 
	list-style-type: square;
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	}

/* DL=lista, DT=termi, DD=selitys */ 
DL 
	{ 
	padding: 0em 1em;
	text-align: left;
	}

DT 
	{ 
	margin-left: 0%; 
	font-weight: bold; 
	}

DD 
	{
	margin-left: 2em;
	font-size: 100%;
	}

blockquote
	{
	font-style: italic;
	text-align: left;
	}

blockquote#intro
	{
	font-style: italic;
	text-align: center;
	}

ol
	{
	list-style-type: upper-roman;
	}

A.ylos { font-size : smaller; } 
A.vahva { font-weight : bold; } 
a:link 
	{
	color: blue; 
	background-color: inherit;
	}

a:visited 
	{ 
	color: navy; 
	background-color: inherit;
	}

a:active 
	{ 
	color: #ff0000; /* red */
	background-color: inherit;
	}

a:hover 
	{ 
	color: #ffa500; /* orange */
	background-color: inherit;
	}
