@charset "utf-8";
body {
	background-image:  url("img/c2010tausta2.jpg");
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FC9;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
body,td,th {
	font-size: 10pt;
}