/* KIRKASTUSJUHLAT CSS */

a:active, a:visited, a:link {
	color: #84130d;
	background: inline;
	text-decoration: none;
}
a:hover {
	color: #84130d;
	background: inline;
	text-decoration: underline;}

a:active.valikko, a:visited.valikko, a:link.valikko {
	background-image:url(img/linkki.jpg);
	background-repeat:no-repeat;
	background-position: left;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #5e0c0a;
	background: inline;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1.4;
        padding-left: 20px;
}
a:hover.valikko {
	background-image:url(img/hover.jpg);
	background-repeat:no-repeat;
	background-position: left;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background: inline;
	font-weight: normal;
	text-decoration: none;
padding-left: 20px;}

table {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: justify;
	line-height: 1.4;
}


body {  
  background-color:#242424;
  background-image:url(img/tausta_1.jpg);
  background-repeat:repeat-x;
  font-family: verdana, sans-serif;
  color: #000000;
  font-size: 13px;
  text-align: justify;
  line-height: 1.4;
  margin-top: 0px; 
  margin-bottom: 20px; 
   }   

h1 {
	font-family: "times new roman", serif;
	font-size: 22px;
	font-weight: normal;
	margin: 5px;
	color: #84130d;
}
h2 {
	font-family: "times new roman", serif;
	font-size: 22px;
	font-weight: normal;
	margin: 5px;
	color: #84130d;
}
h3 {
	font-family: "times new roman", serif;
	font-size: 19px;
	font-weight: normal;
	margin: 5px;
	color: #84130d;
}

b {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

strong {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #84130d;
}
small {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #84130d;
}




