h1 {
color:yellow;
text-align:center;
}

h2 {
color:yellow;
text-align:center;
}

div {
border:solid 1px red
}

span {
background-color:yellow;
color:red;
font-size: 24px;
}

table, td {
	text-align:center;
	vertical-align:middle;
}

p {
	text-align:center;
	color:yellow;
	font-size: 24px;
}

.alap {
background-color:#0404b4;
color:yellow;
text-align:center;
width:92%;
margin-left:auto;
margin-right:auto;
}

.tablazat {
	border: 1px solid red;
	border-collapse:collapse;
}

.stadion {
	color:red;
	font-size: 24px;
}

a:link {
color:red;
}

a:hover {
color:yellow;
}

a:active {
	color:gold;
}

a:visited {
color:red;
}

	






