/*
Theme Name: Night
Version: 0.47
Description: Theme for WF pages
Author: Benedykt
*/
body {
	color:#e4e4e4;
	background-color:#0C0C12;
	font-family:Times New Roman;
	font-size:20px;
	min-width:800px;
	}
a {
	color:#0090D0;
	text-decoration:underline;
}
a:visited {
	color: #0090D0;
	text-decoration:underline;
}
a:hover {
	color: #AEF;
	text-decoration:underline;
}
a span
{
	display:none;
}
a:hover img
{
    outline:2px solid #AEF;
}
a:hover span
{
	display:inline;
	position:absolute;
	width:260px;
	border:1px #888;	
	background-color:#444;
	color:#fff;
	text-align:left;
	text-decoration:none;
	margin-top:30px;
	margin-left:-80px;
	padding:12px;
	font-weight:normal;
	font-size:16px;
}
.cover1
{
  border:solid 1px #444;
  margin-right:5px;
  margin-bottom:10px;
}
.pay-button
{
	display:inline-block;
	text-decoration:none;
	text-align:center;
	color:#8DF;
	background-color:#06C;
	border-radius:6px;
	padding:6px;
	width:260px;
}
.pay-button:hover
{
	text-decoration:none;
	color:#FFF;
}
.pay-button:visited
{
	text-decoration:none;
	color:#8DF;
}
#footer1 {
    text-align:center;
    width:100%;
    font-size:small;
}