﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	/*equals 10px and allows text-scaling */
	color: #333333;
	margin: 0px;
}

a:link{
	color:#8BB340;
	text-decoration:underline;
	font-weight: bold;
}

a:visited{
	color:#000080;
	text-decoration:none;
	font-weight: normal;
}

.topLinks{
	white-space: pre;
}
.topLinks a:link{
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}

.topLinks a:visited{
	text-decoration: none;
	color: #008080;
	font-weight: bold;
}

.leftContent{
	width:227px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background-color: #EEF5DD;
}

.leftContent div{
	margin:25px; 
	font-size:80%;
}

.leftContent a:link{color: #008000;}
, a:visited{
	text-decoration:none;
	font-weight: normal;
	color: #008080;
}


.mainContent{
	margin-left:15px;
	margin-top:30px;
	margin-bottom: 30px;
	width:500px;
}

#alapalkki{
	border:1px solid #A9CC55;
	background-color: #EEF5DD;
	color: #666666;
	text-align: center;
	margin-top:3px;
	font-size:80%;
	padding:3px;
}