/* yleiset */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : transparent; 
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0; 
	margin-right : 0;
	
}

p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	/*line-height : 16px;
	background-color : transparent;*/
}

table, tbody, tfoot, th,  tr, td, blockquote, form, textarea, dl, dd, dt {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

strong, b {
	font-weight : bold;
}

/* otsikot */

h1, h2, h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #000000;
	font-style : normal;
	font-weight : bold;
}

h1 {
	font-size : 15px;
	letter-spacing : 1px;
	margin-top : 9px;
	margin-bottom : 0px;
	padding-top : 9px;
	padding-bottom : 0px;
}

h2 {
	font-size : 12px;
	letter-spacing : 1px;
	margin-top : 10px;
	margin-bottom : 4px;
	padding-top : 10px;
	padding-bottom : 4px;
}

h3 {
	font-size : 15px;
	letter-spacing : 1px;
	margin-top : 10px;
	margin-bottom : 6px;
	padding-top : 10px;
	padding-bottom : 6px;
}

/* linkit */

A:LINK, A:VISITED {
	text-decoration : none;
	font-size : 12px;
	color : #009CDE; 
/*	color : blue;*/
}

A:ACTIVE {
	text-decoration : none;
	font-size : 12px;
	/*color : #000000;*/ /* black */
	color : black;
}

A:HOVER {
	text-decoration : none;
	font-size : 12px;
	/*color : #000000;*/ /* black */
	color : black;
}

.blueunderline { /* black link text with blue underline (in IE 5 only) */
	color : black;
}