﻿body {
				background-color:#D0D0D0;
				margin:50px;
}
h1 {
				text-align:center;
}
p {
				text-align:left;
				font-size:large;				
}

ol {
				list-style-type:upper-roman;
}

li {
				list-style-type:decimal;			
				list-style-position: outside;
}
nav {				
				display:block;
}

.keptabla {				
				border:0px;
				width:60%;
				
}
.kepcella{
				width:50%;
				text-align:center;
				vertical-align:bottom;
}
.kepalairas {
				font-weight: bold;
				text-align:center;
}
.athuzott {
				text-decoration: line-through;
}
.idezet {
				padding:20px;				
				border-style:solid;			
				border-color:orange;
				width:50%;
				clear: both; margin-right: auto; margin-left: auto;
				font-size:medium;
}
#lista a {
    text-decoration: none;
    background-color: #FF9933;    
    color: white;
    padding: 5px 10px;
    border: 1px solid black;
    border-bottom: none;
}

#lista {
    list-style-type: none;
    border-bottom: 1px solid black;
    margin: 0;
    padding: 4px 0;
}

#lista li {
    display: inline;
}

#lista a:hover {
    background-color: #FF0000;
}
.voluntas {
				background:white;
				font-size:medium;
				padding:30px;
				clear: both; margin-right: auto; margin-left: auto;
				width:70%;			
}