body {
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em;
	background-image: url(tausta3.png);
	background-repeat: no-repeat;
    
}
img {
	border: none;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
.selitys {
	margin: 1px;
	font-size: 0.8em;
}
span.italic {
	font-style: italic;
}
.tyo-linkki {
	width: 65px;
	padding-left: 10px;
	vertical-align: middle;
}
.tyo-aine {
	padding-right: 10px;
	font-weight: bold;
}
.vasenpalsta {
    float: left;
    padding-right: 20px;
}    
.vieritys {
    overflow: scroll;
    width: 700px;
    height: 400px;
    position: absolute;
    top: 70px;
    left: 250px;
}
.oikeapalsta {
    float: right;
    padding-left: 10px;
    padding-right: 10px
}
.kuvateksti {
    font-size: 80%;
    padding-bottom: 5px;
}
.bold {
    font-weight: bold;
}
input.submit {
	color: black;
	font-size: 11px;
	letter-spacing: 1px;

	background-color: white;

	border-top: 1px solid #B8CFE9;
	border-left: 1px solid #B8CFE9;
	border-bottom: 1px solid #58636F;
	border-right: 1px solid #58636F;
}
a {
    text-decoration: none;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    border: 0px;
    background-color: white;
	font-weight: bold;
}
#valikko {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 200px;
	height: 400px;
	border-right: 1px solid;
	color: red;
}
#valikko ul {
	position: relative;
	top: 35px;
}
#valikko li {
	font-weight: bold;
	color: red;
	list-style-type: none;
}
#topic {
    position: absolute;
    top: 1px;
    left: 150px;
	
	margin-top: 0px;
	border-bottom: 1px solid;
	width: 600px;
	padding: 2px 5px 2px 2px;
}
#topic h1 {
	position: relative;
	left: 100px;
	padding: 1px 5px 1px 5px;
	margin: 3px 3px 1px 3px;
}
#topic h2 {
	position: relative;
	left: 200px;
	top: -10px;
	padding: 2px 0px 0px 0px;
	margin: 0px 5px -3px 3px;
	color: red;
}
#main {
	position: absolute;
    top: 80px;
    left: 250px;
	width: 550px;
}
#main a:hover {
	font-weight: normal;
	color: red;
}