body
  {
  margin:0;
  padding:0;
  border:0;
  background-color:#fc0;
  }

h1
  {
  text-align:center;
  }

p
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-align: center;
  font-weight : bold;
  color : #fff;
  }

.p1
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 13px;
  text-align: left;
  font-weight : bold;
  color : #000;
  }

h1
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 13px;
  font-style : normal;
  color : #000;
  }

h2
  {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-style : italic;
  color : #008080;
  }

h3
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-align: center;
  font-weight : bold;
  color : #bbb;
  }

ul
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  text-align: left;
  font-weight : bold;
  color : #bbb;
  }

a:link
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  text-decoration: none;
  color: #fff;
  text-align : center;
  }

a:visited
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  text-decoration: none;
  color: #fff;
  text-align : center;
  }

a:hover
  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  text-decoration: underline;
  color: #bbb;
  }

#linki li
  {
  color:#fff;
  }

#linki * a
  {
  color:#000;
  }

/* -------------------------------------------------------------------------- */

#menu a
#menu a:link,
#menu a:active,
#menu a:visited
  {
  color: #fff;
  text-decoration:none;
  }

#menu a:hover
  {
  color: #bbb;
  text-decoration:none;
  }

#menu a.active,
#menu a.active:link,
#menu a.active:active,
#menu a.active:visited,
#menu a.active:hover
  {
  color: #fc0;
  text-decoration:none;
  }


table.submenu a
table.submenu a:link,
table.submenu a:active,
table.submenu a:visited
  {
  color: #fff;
  text-decoration:none;
  }

table.submenu a:hover
  {
  color: #bbb;
  text-decoration:none;
  }

table.submenu a.active,
table.submenu a.active:link,
table.submenu a.active:active,
table.submenu a.active:visited,
table.submenu a.active:hover
  {
  color: #fc0;
  text-decoration:none;
  }
/* -------------------------------------------------------------------------- */

#header hr
  {
  display:none;
  }

#header h1,
#header h2,
#header h3
  {
  color: #000;
  text-align:center;
  font-style: normal;
  font-weight:none;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

#header h1
  {
  font-size: 18px;
  }

#header h2
  {
  font-size: 14px;
  }

#header h3
  {
  font-size: 12px;
  }
