/* text.css ei saa laittaa muita kuin content editorin tyylit !!! */

body {
	font-family: arial, verdana, serif;
	font-size: 12px;
	color:#5e6265;
	}
/* headings */
h1 { font-size: 28px;  margin-bottom: 23px;  font-weight: normal; color:#00488e; }
h2 { font-size: 20px; margin: .5em 0; margin-top: 1.25em; font-weight: normal; }
h3 { font-size: 18px; margin: .5em 0; margin-top: 1.25em; font-weight: normal; }
h4 { font-size: 16px; margin: .5em 0; margin-top: 1.25em; font-weight: normal; }
/* paragraphs */
p { margin-bottom: 1.25em; margin-top: 0.5em; line-height: 1.5em;}
blockquote { margin-left: 3em; } 
/* decorations */
span.highlight { background-color:yellow }

/* images */
img {}
img.tasattu_vasemmalle { float: left; margin-right: 10px;}
img.tasattu_oikealle { float:right; margin-left: 10px;}
/* tables */
table {}


