body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
        font-size: 12px;
	line-height: 18px; 
	}
a {
	font-size: 10px;
	font-weight: bold;
	color:  darkred;
	outline: none;
	}
a:visited {
	color: goldenrod;
	}
a:active {
	color: lightgrey;
	}
a:hover {
	color: lightgrey;
	text-decoration: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	margin-top: 10px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 24px; 
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid black;
	}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	}

h3 {    
       font-size: 12px;
       line-height: 14px; 
       font-weight: bold;
       margin-top: 0;
       margin-bottom: 5px;
       border-bottom: 1px solid black;
       text-align: center;
      }
h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img 	{
	border: 0;
	}

.pikkuboksi {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	/*border: 1px dashed #ccc;*/
	}
.entry {
	margin: 20px 0px 30px 10px;
	padding: 10px;
	border: 1px dashed black;
	/*background-color: #0033FF; */
       }
.timestamp {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	color: grey;
	}
#top {
	margin: 5px 40px 10px 30px;
	padding: 5px;
	height: 60px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 60px;
	}
html>body #top {
	height: 60px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 20px;
	width: 110px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #left {
	width: 110px; /* ie5win fudge ends */
	}
#middle {
	margin: 0px 70px 20px 150px;
	padding: 10px;
	}
