/* CSS Document */

body {
background: #ffffff;
color: #000000;
font-family:"Courier New, Courier, monospace"
}

.td_rubrik {
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Courier New, Courier, monospace";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
}

.td_logo{
	background-image: url(/img/logo-1.gif);
	background-repeat: no-repeat;
	background-position: left; 
}

a:link {
color: #787852;
font-family:"Courier New, Courier, monospace"
}

a:visited {
color: #787852;
font-family:"Courier New, Courier, monospace"
}

.td_paluu {
	background-color:#ffffff;
	font-family:"Courier New, Courier, monospace";
	color: #999999;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}

.td_alatunniste {
	background-color:#ffffff;
	font-family:"Courier New, Courier, monospace";
	color: #999999;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
}


.td_alatunniste a:link {color: #999999}
.td_alatunniste a:visited {color: #999999}
.td_alatunniste a:active {color: #999999}
.td_alatunniste a:hover {color: #999999}
