/* CSS Document */

body
{
background-color: #ffffff;
background-image: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
text-align: center;
}

div#wrap
{
width: 90%;
text-align: left;
margin: 5px auto 5px auto;
}

div#kuva
{
text-align: center;
}

div#teksti
{
text-align: left;
}

div#alateksti
{
text-align: center;
margin-left: 20%;
margin-right: 20%;
}

/* linkit */

a:link 
{
text-decoration: underline;
color: #663300;
}

a:visited
{
text-decoration: underline;
color: #996633;
}

a:hover 
{
text-decoration: none;
color: #663300;
}

a:active
{
text-decoration: underline;
color: #663300;
}

/* tekstimuotoilut */

.harmaa
{
color: #999999;
}

.keskitetty
{
text-align: center;
}