
/* Tyylit */
body {
	font-family: Arial;
	font-size: 13px;
	font-style: regular;
	margin:0;
}

p{
	margin:10px 0;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial;
	color: #ab0000;
	text-decoration: none;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial;
	font-size: 13px;

}
.login {
	font-family: Arial;
	font-size: 13px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 18px;
	color: #3e3e3e;
}

h2 {
	font-size: 14px;
	color: #3e3e3e;
}

h3 {
	font-size: 14px;
	color: #3e3e3e;
	margin:8px 0px 6px 0px;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}