a
 {
  color: black;
  text-decoration: none;
 }
a:active
 {     
  color: black;
  text-decoration: none;
 }
a:visited
 { 
  color: black;
  text-decoration: none;
 }

body
 {
  font-family: verdana;
  background-color: #222244;
  text-decoration: none;
  margin: 0px;
 } 
 
.keret
 {
  font-family: verdana;
  padding: 20px;
  border-radius: 70px;
  border: 20px solid #22aa22;
  width: 800px; 
 }
.csempe 
 {
  font-family: verdana;
  font-weight: bold;
  font-size: 18px;
  border-radius:10px;
  position: absolute;
  display: block;
  text-align:center;
  padding: 0px;
 }
 
.header
  {
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px;
  border: 0px;
  margin: 0px;
 }
 
.footer
  {
  font-family: verdana;
  font-size:10px;
  background-color: black;
  color: white;
  clear: both;
  text-align: center;
  padding: 5px;
 } 
