/* CSS RC-modely   */
/* Roman Hemerlik 04.02.2008 */

body
{
      background-image: url('../obrazky/bg_red.gif');
      background-attachment: fixed;
}

td
{
 font-family: verdana;
   font-size: 10pt;
       color: #FFFF00;
}

a:link, a:visited, a:active
{
       font-size: 10pt;
     font-weight: bold;
           color: #FF9900;
 text-decoration: none;
}

a:hover
{
       font-size: 10pt;
     font-weight: bold;
           color: #FFFFFF;
 text-decoration: none;
}