body
{
	background-image: url('bgroundmaple.jpg');
	background-repeat: repeat-y;
	font-family: verdana;	
	font-size: x-small;
	color: #990033;
	text-align: center;
	position: absolute;
	right: 120px
}

.tausta
{
	background-image: url('bgroundmaple.jpg');
	background-repeat: repeat-y;
	font-family: verdana;	
	font-size: x-small;
	color: #990033;
}

a:link /* tavalliset linkit */ 
{
	color: #990033; /* linkkiväri */
	text-decoration: none;  /* muotoilu */
	background: transparent; /* linkin taustaväri */
} 
	
a:visited /* käydyt linkit */
{ 
	color: #990033; /* linkkiväri */
	text-decoration: none; /* muotoilu */
	background: transparent; /* linkin taustaväri */
} 

a:hover /* kursori linkin päällä */
{ 
	color: black; /* linkkiväri */
	text-decoration: underline; /* muotoilu */
	background : transparent; /* linkin taustaväri */

}