html 		{
		height: 100%;
		}


body 		{
		height: 100%;
		background-image: url(imagae/backr.jpg); 
		background-color: #000;
		background-repeat: repeat-x;
		background-position: top left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		color: #a99;
		font-size: 12px;
 		font-family: arial;
		
		}

a 		{
		font-weight: bold;
		color: #c99; 
		text-decoration: none; 
		}

h4		{
		font-size: 16px;
		}

div.main   	{ 
		height: 100%; 
		vertical-align: top; 
		}

td.main   	{ 
		height: 100%; 
		vertical-align: top; 
		}

b.otsikko	{
		font-size: 16px;
		}

a:hover 	{
		color: #aaa; 
		text-decoration: underline; 
		}

.paakehys	{
		text-align: left;
		height: 100%;
		width: 752px;
		background-color: #000;
		border-top: #fff solid 0px;
		border-left: #fff solid 1px;
		border-bottom: #fff solid 0px;
		border-right: #fff solid 1px;	
		vertical-align: top;
		}

p      		{
		text-align: justify;
        	}

.txt   		{
		text-align: justify;
        	}

.viiva 		{
		color: #054;
       		}

img.pos_abs	{
		position:absolute;
		left:100px;
		top:150px
		}
