BODY {
    background-color: rgb(90%,90%,100%);
}
DIV#page {
    font-family: 'Roboto',sans-serif;	
    width: 600px;
    max-width: 90%;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
H1 {
    background-color: rgb( 0%, 0%, 50% );
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 20px 20px 0 0;
}

H2 {
    font-size: 120%;
    background-color: white;
    color: black;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 15px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: silver;
}
TABLE#inputs {
	margin-left: auto;
	margin-right: auto;
}
P.ohjeet {
	margin-left: 20px;
	margin-right: 20px;
}
P#turha {
    margin-top: 0px;
    background-color: rgb(0%,0%,25%);
    color: rgba(255,255,255,0.5);
    text-align: center;
    letter-spacing: 10px;
}
SPAN.paivamaara {
    font-size: 80%;
    color: gray;
}
TH {
    text-align: right;
	vertical-align: top;
	font-weight: normal;
    color: gray;
}
TD {
	vertical-align: top;
	padding-bottom: 5px;
}
TR {
    border-width: 0px 0px 1px 0px;
    border-color: gray;
    border-style: solid;
}
LI {
    margin-right: 10px;
}
A {
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
}
INPUT[type="submit"] {
   border-radius: 10px;
   font-size: 14px;
   padding: 4px 8px;
   cursor: pointer;
   text-transform: uppercase;
   font-weight: bold;
   background: rgb(0,0,128);
   color: white;
}
INPUT[type="submit"]:hover {
   background: rgb(0,0,192);
}
