html,body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #EFEFDE;
	scrollbar-arrow-color: #EFEFDE;
	scrollbar-track-color: #CCCCCC;

}

body {
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(kuvat/ylaosa.jpg);
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	/* max-width: ; */
}



/* LINKS IE Windows note: FIRST :visited, THEN :hover, or it won't work*/

a:link  {
	color: #938944;
	text-decoration: no;
}

a:visited {
	color: #666666;
}

a,a:hover {
	color: #CC7051;
}


a.external:visited {
	color: #C25CAB;
}

a.external,a.external:visited:hover {
	color: #AF0078;
}

a.page:visited {
	color: #777B81;
}

a.page,a.page:visited:hover {
	color: #333333;
}

a.outoforder {
	color: #cc0000;
	text-decoration: line-through;
}

p.intro a:visited {
	color: #779863;
}

p.intro a,p.intro a:visited:hover {
	color: #326400;
}


/* FONTS */

td {
	line-height: 120%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

th,td {
	vertical-align: top;
	font-style: italic;
}

/* Blocks - general */

h1,h2,h3,h4,h5,h6 {
	font: 13px verdana,arial,helvetica,sans-serif;
	color: #527BBD;
	font-weight: bold;
	font-size: 150%;
}

h2 {
	font-style: normal;
	color: #000000;
	margin: 0 -20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 75px;
	font-weight: bold;
	font-size: 150%;
	line-height: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #527BBD;
	margin-top: 10px;
}

h4 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

h6 {
	font: 	   arial,helvetica,sans-serif;
	font-size: 16;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h7 {
	font-size: 14;
	font-style: normal;
	font-weight: normal;
	color: #900000;
}


P {
	font-size: 100%;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	margin-left: 8px;
}

hr {
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0px;
}

pre {
	color: #732264;
	margin-left: 5%;
	border-left: 1px solid #732264;
	padding: 15px;
	line-height: 100%;
	/* width: 90%; causes bug in IE 5.0 Windows */
	scrollbar-face-color: #527BBD;
	scrollbar-arrow-color: #EFEFDE;
	scrollbar-track-color: #EFEFDE;
}

blockquote {
	border-left: 1px solid #333333;
	padding-left: 10px;
}

/* IE5 Mac hack \*/

pre {
	overflow: auto;
	overflow-y: hidden;
}

/* End IE5 Mac hack */

ul,ol,li {
	margin: 0;
	padding: 0;
}

ul,ol {
	margin-left: 25px;
}

.spacing li {
	margin-bottom: 15px;
}

.spacing li li, .spacing li:last-child {
	margin-bottom: 0;
}



input,select,textarea {
	background-color: #EBF1FA;
	color: #222222;
}

input[type=submit], 
input[type=reset], 
input[type=button],
button {
	background-color: #B2B9C6;
	color: #000000;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
}

/* BLOCKS - SPECIAL CASES */

.smaller {
	font-size: 85%;
}

.larger {
	font-size: 120%;
}

p.intro {
	color: #326400;
}

p.intro * {
	color: inherit;
}

p.intro:first-letter {
	font-size: 200%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

p.intro + * {
	clear: left;
}

div#header {
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 0;
}

.accent {
	border: 1px solid #000000;
	padding: 10px;
}

div.accent {
	margin: 20px 0;
}

pre.wrong {
	color: #333333;
	border-left: 3px solid #D02E31;
}

div.floater {
	width: 40%;
	margin: 0;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #B0BDEC;
	background-color: #D5DFF5;
	font-size: 90%;
	clear: right;
}

div.floater h3 {
	margin: 5px -10px;
	padding-left: 10px;
}

div.floater h4 {
	margin: 0;
	margin-bottom: 10px;
}

div.floater p {
	margin: 5px 0;
}

div.floater b {
	font-weight: 300;
}

ul.browserfacts {
	font-size: 80%;
}

li.lastimportant {
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
