/* Tausta*/
body {
background-image: url("kuvat/lighterblue.jpg");
text-align: center;
}



/* Otsikko */
h1 {
color: #000080;
text-align: center;
font-family: "Bookman Old Style";
font-size: 20px;
font-style: normal;
font-weight: bold;
}

/* 2. tason otsikko */
h2 {
color: #000080;
text-align: center;
font-family: "Bookman Old Style";
font-size: 18px;
font-style: normal;
font-weight: bold;
}

/* Teksti */
p {
color: #000080;
text-align: center;
font-family: "Bookman Old Style";
font-size: 16px;
font-weight: bold;
font-style: normal;
line-height: 25px;
}

/* Kuvat */
img {
border: 0;
}


/* Lista*/
ul
{
list-style-image: url(kuvat/right-arrow5.gif);
color: #000080;
text-align: left;
font-family: "Bookman Old Style";
font-size: 16px;
font-weight: bold;
font-style: normal;
}

/* Linkki */
a {
text-decoration: underline;
text-align: center;
font-family: "Bookman Old Style";
font-weight: bold;
font-size: 16px;
}


a:link {
color: #000080;
font-weight: bold;
}

a:hover {
color: #000080;
background: #FF99CC;
font-weight: bold;
} 


a:visited {
color: #800080;
font-weight: bold;
}