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

body { font-family: Helvetica Neue, Helvetica, arial, Franklin Gothic Medium, sans-serif; font-size: 12px; color: #333;}

/* plain text */
p { margin-bottom: 1em;} 

/* headings */   
h1 { font-size: 24px; margin-bottom: 0.5em; font-weight: normal;}
h2 { font-size: 24px; margin-bottom: 0.5em; font-weight: normal;}
h3 { font-size: 18px; margin-bottom: 0.5em; font-weight: normal;}
h4 { font-size: 14px; margin-bottom: 0.5em;}


/* tables */
table {}
table.kehys { border: 1px solid #ccc; border-collapse: collapse; padding: 5px;}

/* images */
img {}
img.tasattu_vasemmalle { float: left; margin-right: 1em;}
img.tasattu_oikealle { float: right; margin-left: 1em;}
img.kehys_tasattu_vasemmalle { float: left; margin-right: 1em; border: 1px solid #b9b9b9;}
img.kehys_tasattu_oikealle { float: right; margin-left: 1em; border: 1px solid #b9b9b9;}
img.kehys_ei_tasausta { border: 1px solid #b9b9b9; }

/* text-decorations */
span.strong { background-color:yellow;}
span.highlight { background-color:yellow }
blockquote { margin-left: 20px;}
