<!--
html 	{
	height:100%;
	margin : 0;
	}

body 	{
	height: 100%;
	background-image: url('tausta.jpg');
	background-attachment: fixed;
	background-color : white;
	font-size : 10pt;
	font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin-top : 40;
	margin-bottom : 40;
	text-align: center;
	}

h1, h2, h3, h4 {
	color: #37665E;
	background-color: #F9F9F9;
	border: 1px solid #FFCC33;
	text-align: left;
	padding: 3px;
	margin: 0;
	margin-bottom: 5px;
	}

h1 	{
	font-size: 15px;
	}

h2 	{
	font-size: 12px;
	}

h3 	{
	font-size: 12px;
	}

h4 	{
	font-size: 11px;
	}


.table-otsikko
	{
	margin-left: auto;
	margin-right: auto;
	width : 600px;
	height : 60px;
	background-color: white;
	font-weight: bold;
	font-size: 30px;
	color: black;
	text-align: center;
	clear: both;
	border-left: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	}

.table-kuvapalkki 
	{
	margin-left: auto;
	margin-right: auto;
	width : 600px;
	height : 20px;
	background-color: white;
	background-image: url('palkki.jpg');
	border: 1px solid #FFCC33;
	}

.table-vaakapalkki 
	{
	margin-left: auto;
	margin-right: auto;
	width : 600px;
	height : 20px;
	background-color: #FFCC33;
	font-weight: bold;
	font-size: 10px;
	color: #37665E;
	text-align: center;
	clear: both;
	line-height: 18px;
	border: 1px solid #FFCC33;
	}

.table-vaakapalkki a, .table-vaakapalkki a:visited 
	{
	color: #37665E;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	}

.table-vaakapalkki a:hover 
	{
	color: red;
/*	color: #BCD9F6; */
	text-decoration: none;
	}

.table-c-column
	{
	margin-left: auto; 
	margin-right: auto;
	width : 600px;
	background-color: #F5F5F5;
	border-left: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	}

.table-main 
	{
	margin-left: auto; 
	margin-right: auto;
	width : 500px;
	vertical align: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #F5F5F5;
	font-size: 10pt;
	line-height: 18px;
	text-align: left;
	}
-->