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;
 } 

.csempe 
 {
  font-family: verdana;
  font-weight: bold;
  font-size: 18px;
  border-radius:10px;
  position: absolute;
  display: block;
  text-align:center;
  padding: 0px;
 }
 