<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hlavicka, #menu, #text {position: absolute}
#hlavicka {aling: center; background-color: green; top: 0px; left: 0px; height: 60px;}
#menu {background-color: red; width: 100px; top: 60px; left: 0px;}
#text {background-color: pink; top: 60px; left: 100px;}

.error {color: pink;}
.text {color: white;}

a          {font-family: Arial; text-decoration: none;}
a:link     {font-family: Arial; color: white; text-decoration: underline;}
a:visited  {font-family: Arial; color: white; text-decoration: underline;}
a:active   {font-family: Arial; color: red; text-decoration: underline;}
a:hover    {font-family: Arial; color: red; text-decoration: underline;}

table      {font-family: Arial; color: white;}
</pre></body></html>