@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Garamond, "Times New Roman", serif; }

a { color: #330066 ; }

a:visited { color: #990000 ; }

.valikko { color: #333333 ; }

.rakenne {
	width: 100% ;
	}
	
.left {
	width: 20%; 
	padding: 10px; 
	vertical-align: top; }
	
#valikko {	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;	}
	
.etuoikea {
	width: 30%; 
	padding: 10px; 
	vertical-align: top;
	}
		
h3 { text-decoration: underline ; }	

.alapalkki {text-align:center;
			font-size: smaller; }

label {padding-right: 1.5em ;}

h1 { text-align: left; }

.keskiosa { padding: 2em; 
			text-align: left; }

.kursiivi { font-style: italic; }

#kalenteri {	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	}
