/* Yleiset määritykset */    
body, p, li, td {
	color: black;
	font-family: arial,helvetica,sans-serif;
	font-size:10pt;}
body {
	background-color:#FFFFFF;	margin:0;
}

/* Päätason otsikko */
h1 {
	font-size:11pt; 
	font-weight:bold;	color:#666600;}
	
/* Otsikko */	
h2 {
	font-size: 10pt; 	font-weight: bold; }
/* Alaotsikko */
h2 {
	font-size: 10pt; 	font-weight: bold; }

/* Johdanto */
.johdanto {
	font-weight: bold;
	font-style: italic;}
	

/* Linkkien määritykset */
a:link {
	color:#333300;	text-decoration:underline;
}
a:visited {
	color:#333300;	text-decoration:underline;
}
a:active {
	color:#333300;	text-decoration:underline;
}
a:hover {
	color:#333300;	text-decoration:underline;
}

/* Vasemman reunan navikointi */
a:link.navi {
	color:#333300;	text-decoration:underline;	font-size:9pt;
}
a:visited.navi {
	color:#333300;	text-decoration:underline;	font-size:9pt;
}
a:active.navi {
	color:#333300;	text-decoration:underline;	font-size:9pt;
}
a:hover.navi {
	color:#333300;	text-decoration:underline;	font-size:9pt;
}
/* Yläreunan päälinkit */
a.ylanavi:link {
	color:#333300;	text-decoration:none;	font-size:9pt;
}
a.ylanavi:visited {
	color:#333300;	text-decoration:none;	font-size:9pt;
}
a.ylanavi:active {
	color:#333300;	text-decoration:none;	font-size:9pt;
}
a.ylanavi:hover {
	color:#333300;	text-decoration:none;	font-size:9pt;
}
/* Tulostus */
a.tulostus:link {
	color:#333300;	text-decoration:none;	font-size:9pt;	font-weight:bold;
}
a.tulostus:visited {
	color:#333300;	text-decoration:none;	font-size:9pt;	font-weight:bold;
}
a.tulostus:active {
	color:#333300;	text-decoration:none;	font-size:9pt;	font-weight:bold;
}
a.tulostus:hover {
	color:#333300;	text-decoration:none;	font-size:9pt;	font-weight:bold;
}

