/*
 *	NESUn sivuilla käytettävät tyylisäännöt
 */

a:link		{ color:orange; }
a:visited	{ color:brown; }
a:hover		{ color:yellow; }

body 	{ color:orange; background-color:black;
	  background: black url(p/nesu_bg.gif) repeat center;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: x-small;
	}

.tiny	{ font-size:75%; }
.small	{ font-size:95%; }

p.ikkuna { border:1px solid; margin:10px; padding:10px; text-align:justify; }
p.tarina:first-letter {font-size: 140%; font-weight:bold; }
p.tarina {text-align:justify; }
p.indent {text-align:justify; font-size: 110%; font-weight:bold; font-style:italic; }

li	{ list-style type: disc }
li li	{ list-style type: disc; font-size: 90% }
li li li{ list-style type: disc; font-size: 80% }

H1	{ font-size: x-large }
H2	{ font-size: large }
H3	{ font-size: medium }
H4	{ font-size: small }
H5	{ font-size: x-small }
H6	{ font-size: xx-small }