/*
NASTAVENIE INDEX.HTM

LINKA V STR POD title
<link rel="stylesheet" type="text/css" href="css/iformat.css">

*/

/*ODKAZY*/
a {font: 16px; text-decoration: none; font-weight: bold}
a:link    {color: blue}
a:visited {color: navy}
a:hover	  {color: #AED9FF}

/*ODSTAVEC*/
p {text-indent: 0px; margin: 3px} /*Netscape*/
p {text-indent: 0px; margin: 3px 0px 0px 0px }

table {
font: 15px;
text-align: center}

/*POSUVAC #44B4FF-tmava #AED9FF-bleda*/
body, html  {
background: #44B4FF;
scrollbar-track-color: #AED9FF;
scrollbar-face-color: #44B4FF;
scrollbar-highlight-color: #AED9FF;
scrollbar-3dlight-color: #AED9FF;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: #AED9FF;
scrollbar-arrow-color: black;}