
A:link {
    color: white ;
}

A:visited {
    color: orange ;
}

A:active {
   color: blue ;
}

A:hover {
   color: blue ;
}


<!-- XXXX -->
p {
    font-family: verdana, geneva, sans-serif; 
    font-size: 8pt; 
    color: white;
    font-family: verdana, geneva, sans-serif;
}


body {
    background-color: black;
    background : url(images/bg.jpg) repeat;
    position: center;
    background-attachment:fixed;
    color: white;
    font-size: 9pt;
}


h1 {
    font-family: verdana, geneva, sans-serif; 
    font-size: 16pt;
    color: blue;  
}

.obsahtab {
border-width: 0px;
border-style: ridge;
border-color: white;
}





            
                    


