	BODY  
		{
		font-family: arial, helvetica, sans-serif;
		font-size:medium;
		background-image: url(logo-2.gif);
		background-repeat: no-repeat;
		background-position: 50%;
		background-attachment: fixed;
		scrollbar-arrow-color: yellow;
		scrollbar-base-color: black;
		scrollbar-dark-shadow-color: yellow;
		scrollbar-track-color: green;
		scrollbar-face-color: blue;
		scrollbar-shadow-color: white;
		scrollbar-highlight-color: silver;
		scrollbar-3d-light-color: black;
		}

	H1
		{
		font-size:1.7em; 
		color:blue; 
		font-family: 'comic sans ms',arial ; 
		}
	 
	H2
		{
		font-size:1.2em; 
		color:#000080; 
		font-family:tahoma; 
		}
		 
	H3
		{
		font-size:1.0em; 
		color:#000080; 
		font-family:tahoma; 
		}
		 
	TD
		{
		color:#000000;
		padding:5px;
		font-size:medium;
		}

	.popper
		{
		position : absolute;
		visibility : hidden;
		}

	.kuvateksti
		{
		width:90%;
		border-top:2px solid #e4e4e4;
		padding-top:10px;
		color:#0000c0;
		text-decoration:none;
		margin-top:5px;
		}
	A   
		{
		color:red;
		text-decoration:underline;
		}

	A:visited  
		{
		color:navy;	
		text-decoration:none;
		}
	A:hover  
		{
		color:green;	
		text-decoration:underline;
		}
	.viewsource
		{
		font-size:8pt; 
		background:#e4e4e4; 
		border:1px solid #e4e4e4; 
		width:100%; 
		padding:5px;
		margin:5px
		}	 
