/*	PERUSTYYLIT */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #271614 url(../kuvat/tausta_verkko.gif) repeat-x fixed;
}

body, td, form, input, textarea, select {
	color: #413f33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, td {
	font-size: 70%;
}

html>body td, h1, h2, h3, h4, div, span, p, form, input, textarea, select {
	font-size: 11px; 
}

h1 {
	font-size: 140%;
}

h2, h3 {
	font-size: 100%;
}

h4 {
	font-size: 95%;
}

a {
	color: #DF3044;
	text-decoration: none;
}
a:hover {
	color: #9E4B59;
}
a.h {
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 93%;
}
a.h img {
	margin-bottom: -1px;
}
	
img {
	border: 0;
}

form {
	margin: 0;
}