p, body, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
}

body
{
	background-color: #ffffff;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	background-color: #ffffff;
	border: 1px dashed #00FF00;
	padding: 10px 3px 3px 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: -126px;
	width: 252px;
	position: absolute;
	left: 50%;
	text-align: center;
}

#intro
{
	text-align: left;
	padding: 10px;
	font-size: 8pt;
}
.cookie-accept {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 20px;
    z-index: 999999;
}
.cookie-accept p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}