html {
	width : 80%;
	margin :0px;
	padding : 0px;
	border  : 0px solid White;
	background-image : url(fejlec.jpg)  ;
	background-attachment : fixed;
	background-position : top;
}
body {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	padding: 20px;
}

h1
{
	margin : 10px;
}

b
{
	margin : 40px;
}

p
{
	margin : 20px;
	text-align : justify;
}

table
{
	font-size: 11px;
}

td
{
	text-align : center;
}

th
{
	text-align: left;
	white-space : nowrap;
	font-weight : bold;
}

a:link
{
	color : Black;
}

a:visited
{
	color : Black;
}

a:hover
{
	color: Gray;
}

input
{
	width : 70px;;
}

a{
	text-decoration: none;
}