body{
background-color: #E39E65;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin: 0px;

	scrollbar-face-color: #EFB98C;
	scrollbar-highlight-color: #F4C59F;
	scrollbar-3dlight-color: #500000;
	scrollbar-darkshadow-color: #500000;
	scrollbar-shadow-color: #F4C59F;
	scrollbar-arrow-color: #500000;
	scrollbar-track-color: #E39E65;
}

td {
vertical-align: top;
}


img {
vertical-align: top;
position: absolute;
padding: 0px;
margin-left: 5px;
margin-right: 5px;
border: 1px;
border-color: #500000;
border-style: solid;
}

hr {
height: 1px;
color: #908E75;
background-color: #908E75;
border-style: solid;
border: none;
}

border {
border-style: solid;
border-color: #500000;
}

input, textarea {
background-color: #F4C59F;
border: 1px;
border-style: solid;
border-color: #500000;

}

/*---------- Tekstit ----------*/

p {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 11px;
color: #561503;
text-align: both;
vertical-align: top;
}

b {
font-family: verdana, geneva, arial, helvetica,  serif, times;
font-size: 11px;
font-weight: bold;
color: #741313;
}

i {
font-family: verdana, geneva, arial, helvetica,  serif, times;
font-size: 11px;
font-weight: bold;
color: #B36526;
}

small {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 10px;
color: #741313;
font-weight: normal;
text-decoration: none;
}

/*---------- Otsikot ----------*/

h1 {
font-family: serif, times, verdana, geneva, arial, helvetica;
font-size: 30px;
font-weight: bold;
color: #D88E4D;
margin: 0px;
padding-top: 0px;
padding-bottom: 5px;
}

h2{
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 8px;
color: #741313;
}

h3{
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 11px;
font-weight: bold;
padding-top: 2px;
padding-bottom: 0px;
margin: 0px;
color: #741313;
}

h4{
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 8px;
margin: 0px;
color: #B36526;
}

h5{
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 11px;
font-weight: bold;
padding-top: 2px;
padding-bottom: 0px;
margin: 0px;
color: #B36526;
}

h6{
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 9px;
color: #561503;
}


/*---------- Linkit----------*/

a:link {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 10px;
color: #741313;
font-weight: normal;
text-decoration: none;
}

a:hover {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 10px;
color: #500000;
font-weight: normal;
text-decoration: none;
}

a:visited {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 10px;
color: #741313;
font-weight: normal;
text-decoration: none;
}

a:visited:hover {
font-family: verdana, geneva, arial, helvetica, serif, times;
font-size: 10px;
color: #500000;
font-weight: normal;
text-decoration: none;
}


/*---------- Classit ----------*/

.center {
text-align: center;
vertical-align: middle;
}

.border {
text-align: center;
vertical-align: middle;
border: 1px;
border-style: solid;
border-color: #500000;
}

.borderleft {
text-align: left;
vertical-align: middle;
border: 1px;
border-style: solid;
border-color: #500000;
}

.noborder {
border: 0px;
}

.index {
background-color: #B49971;
}