@charset "utf-8";
/* CSS Document */

<link href="tyylit.css" rel="stylesheet" type="text/css">
.otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
.teksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.ruskeabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
.huomio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
table {
	background-image: url(tausta.png);
	background-repeat: repeat-y;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}

.kuvat {
	border: medium solid #663300;
}
