/* Copyright (c) 2004 by Lapin Liesi ja Metalli Ky T. Vainio. All rights reserved.
*  Kaikki oikeudet pidätetään.
*/
@media screen,print{

h1,h2,h3,p {
	font-family: sans-serif;
}

h1	{ /*color : navy;*/
	text-align : left;
	font-size : 24pt
}

h1,h2,h3 {
	color : #000066 /* dark blue */
}

p	{
	text-indent: 0px;
	margin-left: 20px
}

p.footnote {
	font-size : xx-small;
	margin-left: 1px;
	text-align:center;
	position:absolute;
	bottom:1px;
}

p.under_construction{
	font-size:large;
	text-align:center;
}

body {
	/* background-color : #99CCFF /* light blue */
	/*background-color : #000066 /* darker blue. this was too dark */
	/*background-color : #3a5fcd; /* RoyalBlue3 */
	/*color: #36648b; /*SteelBlue4*/
	color: #00008b; /* blue4 */
	background-color: #9ac0cd; /* LightBlue3 */
}

li {
	/*color: #888888;/**/
	font-family: sans-serif;
}

td {
	/*color: #888888;/**/
	font-family: sans-serif;
}

a:link		{color: blue}     /* unvisited link */
a:visited	{color: purple }     /* visited link, blueish gray */
a:hover		{color: yellow}   /* mouse over link */
a:active	{color: red}      /* selected link */
h2.warm		{color: #E54D00}
}/* end @media...*/

