body	{
	background-color: #000000;
	margin: 0px;
	padding: 20px;
}
p	{
	color: #ffffff;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.kiemelt	{
	color: #ffffff;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: bold;
}
h1	{
	color: #ffffff;
	font-size: 1.85em;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px solid #FF6347;
}
h2	{
	color: #ffffff;
	font-size: 1.5em;
	margin-top: 20px;
}
h3	{
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}
a	{
	color: yellow;
	font-size: 1.15em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
a:hover	{
	color: yellow;
	text-decoration: underline;
}
.line	{
	width: 100%;
	height: 10 px;
	border-top: solid 2px red;
}
.menu	{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #FF6347;
}
ol li {
	color: #ffffff;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	}
ul li {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
.footer	{
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
	background-color: transparent; 
	margin-top: 150px;
	color: Maroon;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
table	{
	width: 100%;
	height: auto;
	border: 1px solid grey;
	
}
th	{
	color: gold;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
td	{
	color: #ffffff;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
}
