﻿@charset "utf-8";

/* <link href="style.css" rel="stylesheet" type="text/css" /> */
P.maly
{
font-size: 6pt;
}
P.maly2
{
font-size: 7pt;
}
P.sredni
{
font-size: 8pt;
}
P.duzy
{
font-size: 10pt;
}
P.bduzy
{
font-size: 12pt;
}
P.jasny
{
color: #D00101;
}
A:link
{
text-decoration: none;
color: rgb(147, 73, 0);
font-size: 8pt;
font-weight: bold;
}

A:visited
{
text-decoration: none;
text-align: center;
color: rgb(147, 73, 0);
font-size: 8pt;
font-weight: bold;
}

A:hover
{
text-decoration: none;
text-align: center;
color: #D00101;
font-size: 8pt;
font-weight: bold;
}
A:active
{
text-decoration: none;
text-align: center;
color: red;
font-size: 10pt;
font-weight: bold;
}


