/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
 #container {
	width: 820px;
	border-right:2px solid #55798e;
	border-bottom:2px solid #55798e;
	border-left:2px solid #55798e;
	border-top: 2px solid #55798e;
	margin: auto;
	margin-top: 150px;
	background-image: none;
 }
 #container:after {
    content:'';
    display:block;
    clear:both;
 }
 #top {
 	width: 822px;
	border-right:2px solid #55798e;
	border-bottom:2px solid #55798e;
	border-left:2px solid #55798e;
	border-top: 2px solid #55798e;
	margin: auto;
	background-image: url(../viikkokalenteri.jpg);
 }
 a:link { 
	color: #524326; text-decoration: none; cursor: default;
	}
 a:visited { 
 	color: #524326; text-decoration: none ; cursor: default;
	}
 a:hover { 
 	color: #9d885b; text-decoration: none; cursor: default;
	}
 a:active { 
 	color: #524326; text-decoration: none; cursor: default;
	}
 .pieni {
	font-size: 10px;
	color: #524326;
 }
 .punainen {
	color: #FF0000; 
 }
 .alleviivattu {
	text-decoration: underline;
 }
  .ikkuna {
	width: 820px;
	height: 1000px;
 	border: 1px solid #000000;
 }