@charset "utf-8";
/* CSS Document */
body {
font: "Calibri";
font-family: "Arial Narrow";
text-align: left;
font-size: 16px;
}

#ilmoitukset p {
text-align: left;
}
/* Styles */

h1 {
font: "Lucida Calligraphy";
font-family: "Monotype Corsiva";
font-size: 24px;
text-align: center;
}
h2 {
font: "Lucida Calligraphy";
font-family: "Monotype Corsiva";
font-size: 20px;
text-align: center;
}
h3 {
font: "Calibri";
font-family: "Arial Narrow";
font-weight: bold;
font-size: 18px;
text-align: center;
}
h4 {
font: "Calibri";
font-family: "Arial Narrow";
font-weight: bold;
font-size: 18px;
text-align: left;
margin-left: 8px;
margin-right: 8px;
padding-left: 8px;
padding-right: 8px;
}
h5 {
font: "Lucida Calligraphy";
font-family: "Monotype Corsiva";
font-size:20px;
text-align: left;
margin-left: 8px;
margin-right: 8px;
padding-left: 8px;
padding-right: 8px;
}
h6 {
text-align: center;
font: "Calibri";
font-family: "Arial Narrow";
font-size: 16px;
margin-left: 8px;
margin-right: 8px;
padding-left: 8px;
padding-right: 8px;
}
p {
font: "Calibri";
font-family: "Arial Narrow";
font-size: 16px;
margin-left: 8px;
margin-right: 8px;
padding-left: 8px;
padding-right: 8px;
text-align: justify;
}
li {
font: "Calibri";
font-family: "Arial Narrow";
font-size: 16px;
margin-left: 8px;
margin-right: 8px;
padding-left: 8px;
padding-right: 8px;
text-align: justify;
}

/* Links */

a:hover {
color: #0000FF;
}
a:active {
color: #333333;
}
a.visited {
color: #CCCCCC;
}

/* Classes */

.center {
text-align: center;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.underline {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
.bigbold {
font-size: larger;
font-weight: bold;
}
.italic {
font-style: italic;
}
.red {
color: #991E1E;
}
.redbold {
color: #991E1E;
font-weight: bold;
}
.bigredbold {
font-size:larger;
color: #991E1E;
font-weight: bold;
}
.pieni {
font-size: small;
}
.pienempi {
font-size: smaller;
}
.pienin {
font-size: x-small;
}
.copyright {
color: #CCCCCC;
font-size: 12px;
font-style: italic;
text-align: center;
}
.linkki {
font-size: 16px;
}
.visible {
visibility: visible;
}
.hidden {
visibility: hidden;
}

.linkki2 {
color: #0000FF;
text-decoration: underline;
cursor: hand;
}
/* Other */

img {
border-width: 0px;
}
