body {  margin-top:12px; }
P { font-family: 'Open Sans', sans-serif; color: #000000; }
H2 { font-family: 'Open Sans', sans-serif; font-weight: bold;  color: #333333; }
.ala { font-family: 'Open Sans', sans-serif; font-size: 8pt; color: #000000; }
.palkki { font-family: 'Open Sans', sans-serif; font-size: 10pt; color: black; }
.huomio { font-family: 'Open Sans', sans-serif; font-size: 14pt; color: #333333; }

html {
  overflow-y: scroll;
}

#def { font-family: Trebuchet MS, Arial, Verdana; font-weight: bold; font-size: 10pt; color: white; text-decoration: none; }

A:link { color: white; font-family: 'Open Sans', sans-serif; font-weight: bold; text-decoration: none; }  
A:visited { color: white; font-family: 'Open Sans', sans-serif; font-weight: bold; text-decoration: none; } 
A:active { color: white; font-family: 'Open Sans', sans-serif; font-weight: bold; text-decoration: none; } 
A:hover { color: green; font-family: 'Open Sans', sans-serif; font-weight: bold;  text-decoration: none; } 

.body A:link {text-decoration: none; color: blue;}
.body A:visited {text-decoration: none; color: red;}
.body A:active {text-decoration: none; color: red;}
.body A:hover {text-decoration: underline; color: green;}

.shadow {
-moz-box-shadow: 0 0 15px #000;
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}

