body
{
font-family: Arial;
font-size: 16px;
}

body.sivutausta
{
	margin-left: 10px; background-color: white;
	background-image: url('kuvat/tausta.gif');
	background-repeat: repeat;
}

a:link /* tavalliset linkit */ 
{
	color: #35338F; /* linkkiväri */
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;  /* muotoilu */
	background: transparent; /* linkin taustaväri */
} 
	
a:visited /* käydyt linkit */
{ 
	color: #35338F; /* linkkiväri */
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline; /* muotoilu */
	background: transparent; /* linkin taustaväri */
} 

a:hover /* kursori linkin päällä */
{ 
	color: #72B2D6; /* linkkiväri */
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; /* muotoilu */
	background : transparent; /* linkin taustaväri */
}

.testi a:link /* tavalliset linkit */ 
{
font-family: Arial;
font-size: 16px;
color: black;
} 
	
.testi a:visited /* käydyt linkit */
{
font-family: Arial;
font-size: 16px;
color: black;
} 

.testi a:hover /* kursori linkin päällä */
{
font-family: Arial;
font-size: 16px;
color: black;
} 

div.linkit
{
	background-color: white;
	width: 125px;
	height: 475px;
	border: solid 1px black;
	color: #1950B0;
	font-family: Arial;
	font-size: 16px;
}

div.laatikko
{
	background-color: white;
	width: 569px;
	height: 475px;
	border: solid 1px black;
	border-left: solid 0px black;
	font-family: Arial;
	font-size: 16px;
}

