body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url('images/taustakuva.jpg');
	background-repeat: no-repeat;

}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin:2px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	margin:2px;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin:0px;
	}
	

.otsikko {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#musta { color: #000000; }


#vo { 
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
	
strong { 
	color: #000000;
	}

div,td {
	font-size: 11px;
}

.alaotsikko {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.vasen {
	position: absolute;
	width: 300px;
	left: 65px;
	top: 140px;
}

.oikea {
	position: absolute;
	width: 300px;
	left: 430px;
	top: 140px;
}
.kuvateksti {
	font-size: 9px;
}


a:link {
  color : #006699;
  text-decoration : none;
  background-color : transparent;
}


a:active {
  color : #006699;
  text-decoration : underline;
  background-color : transparent;
}


a:visited {
  text-decoration : none;
  color : #006699;  
}

a:hover {
  color: #0099CC;
  text-decoration: underline;
  // background-color: #323C77;
  background-color : transparent;
  }
  
input,textarea,select  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000; background: #FFFFFF;  border : 1px solid #CCC; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
input.nappi  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: bold; color: #000000; background: #EEEEEE;  border : 1px solid #CCC; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px;}
  