 #p1 {
    position: absolute;
    visibility: hidden;
    width: 6em;
    height: 6em;
    left: 30px;
    top: 30px;
    background-color: #ccc;
    border: 2px solid #0000FF;
    padding: 0px;
    text-align: center;
}
#p1 #txt1 {
    font-size: 75%;
}
#p1 #fejlec {
    background-color: #0000FF;
    display: block;
    color: white;
}
#p1 #fejlec a {
    color: #FFF;
}
 #p1 a {
     color: #000;
     font-weight: bold;
 }