/* Yleisiä määrittelyjä */
body {
	background-color: #ffffff;
	color: #000000;
}

body, td, .leipateksti {
	font-size: 9pt;
	font-family: helvetica, sans-serif;
} 

.valiotsikko {
	font-weight: bold;
}

.otsikko {
	color: #000000;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.harjoitusotsikko {
	color: #314A82;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


/* Linkit */ 
a {
	color: #BE7800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0078BE;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}
