/** 
 * \file style.css 
 * Tämä on hakemukseen liittyvä css-stylesheet-tiedosto. 
 */ 

body {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS';
    color: #000000;
    background-image: url("images/gradienttitimantit-05.png");
    background-size: auto;
    margin: auto;
    line-height: 1.5em;

h2 {
    text-decoration: underline;
}

.button {
    color: black;
    font-size: ;
    padding: 7.5px;
    text-decoration: none;
    background-color:#2c9173;
    border-radius: 10px;
    border: 0.5px;
    border-color: black;
    border-style: solid;
}

a:hover {
    color: #2e4a59 ;
    font-weight: 100;
}

.txfield {
    padding: auto;
}

.txfield:info{
    width: 70px;
}
a {
    text-decoration: none;
    font-style: italic;
}

