body {
	margin-top: 20px;
	#background: #444;
	background: #363636 url(../../grayback.png) repeat-x fixed;
}

.taulu {
        width: 99%;
}

.taulu td {
	padding: 3px;	
}

.taulu td img {
	background: black;
	border: 1px solid #777;
	padding: 1px;
}

.taulu td img:hover {
	border: 1px solid red;
}

.spoiler img {
        xopacity: 0.5;
        ccontent:url("http://www.kegetys.fi/photos/spoiler.png");
        background-image: url('http://www.kegetys.fi/photos/spoiler.png') !important;
        width: 0px;
        height: 0px;
        padding: 73px !important;
        xvisibility: visible;
}

.spoiler img:hover {
	background: black !important;
	border: 1px solid #777 !important;
	padding: 1px !important;
        width: auto;
        height: auto;
}

a {
 	color: #a07;
}

h1 {
	color: #999;
	font-family: verdana;
	font-size: 20px;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #777;
}

h2 {
	color: #999;
	font-family: verdana;
	font-size: 19px;
	padding-top: 60px;
}

