/* start default css */

@import url(float.css);

  body {color: black;
      font-family: Verdana, sans-serif; font-size: 14pt; background: #fff; }
  hr  {height: 1px; color: navy;}
  p, table, td, th, div, form, li, ul, ol, center, dd, dt, blockquote
      {font-family: Verdana, sans-serif; font-size: 15pt;}
  i   {color: #679; font-style: italic; font-weight: 600; }
small {font-family: Verdana, sans-serif; font-size: 14pt; }

  h1  {font-family: Verdana, sans-serif; font-size: 18pt;}
  h2  {font-family: "Courier New", monospace; font-size: 17pt;}
  h3  {font-family: Verdana, sans-serif; font-size: 16pt; font-weight: 800; }
  h4  {font-family: Verdana, sans-serif; font-size: 14pt; color: #999; }
  h5  {font-family: Verdana, sans-serif; font-size: 13pt; font-weight: 600; }
  a:link    {color: #090; text-decoration: none;      font-size: 16pt; font-weight: normal;}
  a:visited {color: #600; text-decoration: none;      font-size: 16pt; font-weight: normal;}
  a:hover   {color: #0c0; text-decoration: underline; font-size: 16pt; font-weight: normal;}
  a:active  {color: #0c0; text-decoration: none;      font-size: 16pt; font-weight: normal;}

/* klasy */
.bb {
  font-family: 'Courier New', monospace; font-size: 15pt; font-weight: 800; text-decoration: none; 
  margin: .1em;  padding: .1em; 
  min-width: 10em;  max-width: 10em;  width: 10em;
  /* background-color: #ccc;  border: 1px solid #ccc; */
}
.cc 	{font-family: Verdana, sans-serif; font-size: 15pt; font-weight: 700; }

.kur 	{font-family: 'Courier New', monospace; font-size: 16pt; font-weight: 600; }
.red	{color: red; }
/* end default css */
