HTML, BODY {
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	
}
small
{
	color: #000000;	
}

a 
{
	color: #000000;
	text-decoration: underline;
}

a:link 
{
	color: #000000;
	text-decoration: underline;
}

a:hover 
{
	color: #000000;
	text-decoration: none;
	background-color: #D4DAFD;
}
a:visited 
{
	color: #222222;
}
a:active 
{
	color: #000000;
	text-decoration: underline;
}
.selected
{
	background-color: #D4DAFD;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: red;
}
a.h1, a:link.h1, a:hover.h1, a:visited.h1,a:active.h1  
{
	color: red;
}
.heading
{
	padding: 5px 5px 5px 5px;	
	
}


div.opened
{
	cursor: pointer;
	/*background-color: #000000;*/
	border: 0px solid black;
}
div.openable
{
	cursor: pointer;
}
div.info
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 500px;
	width: 920px;
	margin: 5px 0px 5px 5px;
	border: 2px dotted black;	
	padding: 5px;
	float:left;
	background-image: url(tausta.jpg);
}
div.lista
{
	/*position: absolute;
	left: 0px;
	top: 50px;*/
	
	margin: 5px 0px 5px 5px;
	padding: 5px;
	float: left;
}
div.kuva
{
	position: absolute;
	left: 0px;
	/*top: 50px;*/
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	
}
div.luukkunro
{
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
}

.rfloat
{
	float: right;
}
.lfloat
{
	float: left;
}
.lclear
{
	clear: left;
}
.white
{
	color: #EEEEEE;
}

