body,td,th {
	color: #003366;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	
}
/*linkit ja fontit*/
a {
	color:#5294c6;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

li {
	list-style-image:url(vihreepallo.png);
}
	
h1 {
	color:#333333;
	font-size:18px;
	margin-bottom:5px;
	}

h3 {
	font-style:normal;
	font-size:14px;
	}
	
/*divit*/

#content {
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:10px;
	width:900px;
	height:652px;
	z-index:1;
}

#tekstiulko {
	position:absolute;
	left:55px;
	top:100px;
	width:790px;
	height:494px;
	background-color:#CCCCCC;
	background-image:url(tausta.gif);
	z-index:1;
}

#teksti {
	position:absolute;
	left:90px;
	top:45px;
	width:610px;
	height:423px;
	z-index:1;
}
#linkit {
	position:absolute;
	left:55px;
	top:65px;
	width:790px;
	height:35px;
	z-index:2;
}

#alalinkit {
	position:absolute;
	left:55px;
	top:605px;
	width:790px;
	height:33px;
	z-index:3;
}

