﻿body {
    background-color: black;
    background-image: url(/p/bg.jpg);
    background-size: 80% auto;
    background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center top; 

	color: white;
	font-family: "Verdana";
	font-size: 20px;
}
td {
	color: white;
	font-family: "Verdana";
	font-size: 20px;
}
.focim {
	color: white;
	font-family: "Verdana";
	font-size: 24px;
	font-style: italic;
	letter-spacing: 6px;
}
.aefocim {
	color: black;
	font-family: "Verdana";
	font-size: 72px;
	letter-spacing: 6px;
}
.alcim {
	color: white;
	font-family: "Verdana";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 6px;
}
.fejl {
	color: white;
	font-family: "Verdana";
	font-size: 2`px;
	font-style: italic;
	letter-spacing: 10px;
}
a {
	color: #BDBBFF;
	font-family: "Verdana";
	font-size: 20px;
	font-decoration: none;
}
a:hover {
	color: #BDBBFF;
	font-family: "Verdana";
	font-size: 20px;
	font-decoration: underline;
}

.nagylink {
	color: #BDBBFF;
	font-family: "Verdana";
	font-size: 30px;
	font-decoration: none;
}
.nagylink:hover {
	color: #BDBBFF;
	font-family: "Verdana";
	font-size: 30px;
	font-decoration: underline;
}

table.fo {
/*    background: url(p/bg.jpg);
    background-size: 1000px 1000px;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;  */
	color: white;
}
div.hidden {
    display: none;
}
div.hidden_left {
    display: none;
	text-align:left;
}