.table {
	border: none;
	background-image: url(bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: left;
	margin-left: 40px;
}


#left {
	width: 35%;
	float: left;
	text-align: left;
}

#main {
	width: 45%;
	float: right;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	font-family: Trebuchet MS;
	border-left: thick solid #FFECD9;
	border-top: thick solid #FFECD9;
	height: 90%;
	padding: 10px;
}

#container {
	width: 97%;
	background-color: #FFFFFF;
	border: thin solid #666666;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	overflow: auto;
	clear: both;
}

tr {
	text-indent: 20px;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}

#uusi {
 color:red;
 font-weight:bold;
}
