body { background-color: black; color: white; }
h1 { text-align: center; } 

#identyfikator
{
color: green
}

.klasa
{
color: yellow;
}


a.odnosnik:link {color: #666666; text-decoration: underline; font-size: 16px; }
a.odnosnik:visited {color: #666666; text-decoration: underline; font-size: 16px; }
a.odnosnik:active {color: #666666; text-decoration: underline; font-size: 16px; }
a.odnosnik:hover { color: black; background: none; text-decoration: none; font-size: 16px;  }
