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

a:link		{ color: blue; }
a:visited	{ color: darkblue; }
a:hover		{ color: magenta; }

body 	{ color:black;
	  background: #FF6600 url(p/bg_bar2.gif) repeat center;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: x-small;
	  margin-left: 10px;
	}

.normal { font-size:14; }
.extrasmall { font-size:9; }
.tiny	{ font-size:10; margin-right:10px; margin-left:10px; }
.small	{ font-size:11; }
.little	{ font-size:12; }
.Huge	{ font-size:200%; }
.Heading1 { font-size: 26; margin-left: 8px; }
.Heading2 { font-size: 22; margin-left: 8px; }
.Heading3 { font-size: 18; margin-left: 8px; }

.Inverse { color: white; background: orange; color: black; font-size: 16; } 

.ikkuna { border:2px solid; background:white; margin:10px; padding:10px; }
p.ikkuna { border:1px solid; margin:10px; padding:10px; text-align:justify; }
.tarina:first-letter {font-size: 140%; font-weight:bold; }
.tarina { font-size: 75%; text-align:justify; margin-right:30px; margin-left:30px; }
.indent {text-align:justify; font-size: 14; font-weight:bold; margin-right:30px; margin-left:30px; }

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 }


.tekstikentta {
  font-size: 80%;
  background-color: yellow;
  color: black;
  border: thin solid black;
}

.painike {
  font-size: 80%;
  font-weight: bold;
  color: black;
  background-color: yellow;
  border: thin solid black;
}





