/* terv-perus.css
Metsien terveyspalvelun yleiset tyylimäärittelyt
18.11.2000 / JHYv*/
BODY, PRE, TABLE, TD, TH, P, UL, LI, B, BLOCKQUOTE, SPAN, DIV, H1, H2, H3, H4, H5, H6  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
}

BODY  {
	background-color : #FFFFFF;
}

:link  {
	color : #006600;
	text-decoration : none;
}

:visited  {
	color : #996600;
	text-decoration : none;
}

:active  {
	text-decoration : none;
}

:hover  {
	text-decoration : none;
}

UL  {
	list-style : square;
}

UL UL  {
	list-style : disc;
}

UL UL UL  {
	list-style : circle;
}

/* Kaytetaan otsikkosolussa (ei tee tyhjaa tilaa)*/
.h1  {
	font-size : 20pt;
	color : #CC9933;
	font-weight : normal;
}

.h2  {
	font-size : 16pt;
	color : #666666;
	font-weight : normal;
}

.H3  {
	font-size : 12pt;
	color : #666666;
	font-weight : bold;
}

.H4, .H5, .H6  {
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
}

/* tekstissa*/
H1  {
	font-size : 20pt;
	color : #CC9933;
	font-weight : normal;
}

H2  {
	font-size : 16pt;
	color : #666666;
	font-weight : normal;
}

H3, H4, H5, H6  {
	font-size : 11pt;
	color : #666666;
	font-weight : bold;
}

