.border {
	width: auto;
	border: thin dashed #CC0000;
	color: #CC0000;
	font-weight: normal;
}
.otsikko_uppercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: #df330d;
}

.otsikko_linkit {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #FFFFFF;
	text-transform: uppercase;
}

.otsikko_linkit A:Link, .otsikko_linkit A:Visited, .otsikko_linkit A:Hover, .otsikko_linkit A:Active {
	text-decoration: none;
	color: #FFFFFF;
}

.otsikko_uppercase_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;	
	color: #df330d;
}

.otsikko_uppercase_2 A:Link, .otsikko_uppercase_2 A:Visited, .otsikko_uppercase_2 A:Hover, .otsikko_uppercase_2 A:Active {
	text-decoration: none;
	color: #df330d;
}

.sisalto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #000000;
}

A:link {	
	text-decoration: none;color: 000000;
}
A:visited {
	text-decoration: none;color: 000000;
}
A:active {
	text-decoration: none;color: 000000;
}
A:hover {
	text-decoration: none; color: 000000;
}

