﻿/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
    font-family:"Deloise";
    src:url("DELOISE.eot?") format("eot"),
        url("DELOISE.woff") format("woff"),
        url("DELOISE.ttf") format("truetype"),
        url("DELOISE.svg#Deloise") format("svg");
    font-weight:normal;
    font-style:normal;
}

.title {
    font-family: Deloise;
    font-size: 47px;
    font-weight: normal;
    color: #bd0000;
    text-shadow: 2px 1px #e6e69c;
}

body {
    background-image:url(/sshy/kuvat/bck_paperi_vihrea.jpg);
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	font-weight : bold;
	color: Black;
	}
a:visited {
	font-weight : bold;
	color: Gray;
}
a:active {
	font-weight : bold;
	color: orange;
}
a:hover { 
	background-color : #FCD183; 
	font-weight : bold;
	color : Black; 
}
    
div.laatikko {
    background-image:url(/sshy/kuvat/bck_paperi.jpg);
    border-width: 4px;
    border-style:double;
    border-color:#E9BD38;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size : 12.8px;
    padding: 5px;
    padding-bottom: 10px;
}

div.laatikko td {
    font-size : smaller;
    padding: 5px;
}

.laatikko h3 {
    display: block;
    font-size: 12.8px;
    font-weight: 700;
    color: Maroon;
    padding-top: 15px;
}

th {
	font-size : small;
	font-weight : bold;
	color: Maroon;
	text-align: left;
}
	
hr {
    color: #800000;
}

p.ylarivi {
    display: block;
    white-space: nowrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.paivitetty {
    #display: block;
    white-space: nowrap;
    font-family: Verdana;
    font-size: smaller;
    font-style: italic;
    width: 80%;
    margin-left: 10px;
    #margin-right: auto;
}

.copyright {
    padding-top: 5px;
    font-size : smaller;
    text-align : center;
}
