
/***************************************************************
 * 
 *  Content Editor content styles
 *  Syntax: 
 *           tagname  
 *           tagname.classname
 *  all other syntaxes parse incorrectly!!
 *
 ***************************************************************/

body { font-family: 'Trebuchet MS', Sans-serif; font-size: 12px;}

/* headings */
h2 { color: #660000; font: normal normal 18px 'Trebuchet MS', Sans-serif;  text-transform: uppercase; margin-top: 10px;}
h2.kapiteeli { color: #660000; font: normal normal 18px 'Trebuchet MS', Sans-serif;  text-transform: uppercase; margin-top: 10px;}
h3.kapiteeli { color: #660000; font: normal bold 14px 'Trebuchet MS', Sans-serif; text-transform: uppercase;}
h3.kategoria { color: #000; font-family: 'Trebuchet MS', Sans-serif;margin-bottom:0.1em;font-size:24px;}
h4 { color: #660000; font: normal bold 14px 'Trebuchet MS', Sans-serif;} 
h4.vihrea { color: #5a7b00; font: normal bold 14px 'Trebuchet MS', Sans-serif; text-transform: none; padding: 0; margin: 0; }
h5.vihrea_valiotsikko { color: #5a7b00; font: normal bold 12px 'Trebuchet MS', Sans-serif; text-transform: none; padding: 0; margin: 0; }
 
/* paragraphs */
p { margin-bottom: 1em; line-height: 1.25em; }

/* text styles */
span.strong { font-weight:bold; background-color: #b1e278;}
span.korostus { display:inline; color:red;}
 blockquote { margin: 0 0 0 40px; }

/* images */

img {}


/* 
li { 
	background: url(/pics/n-nuoli-vihrea.gif) no-repeat 10px 6px;
	list-style-type: none; 
	padding: 2px 10px 2px 20px; 
}
*/


