/*Viialan Vuokratilojen tyylit */

body
{
	background-color: #600;
	color: #000000;
	position: relative;
	min-width: 600px;
	width: 50%;
	margin: 0px auto 0px auto;
	font-family: Times New Roman, Times, serif;
}

em
{
	font-style: italic;
	font-weight: bold;
}
	
p
{	margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 15px;
	font-size: 1.1em;
}	


div.content
{
	width: 600px;
	background-color: #fff;
	
}


div.map { }

h1
{
	color: #600;
	font-size: 1.6em;
	font-style: oblique;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: transparent;
	padding: 10px;
}

h2
{
	color: #600;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 15px;
	margin-bottom: 2px;
}

