
body  {
      color: black ;
      background: #FFD700;
      font-family: Ariel;
      font-size: 14pt;
      margin-top: 0 ;
      }
.body {
      color: black ;
      background: #228B22;
      font-family: Ariel;
      font-size: 14pt;
      margin-top: 0 ;
      }
p     {
      color: black;
      font-family: Ariel;
      font-size: 14pt;
      text-align: left;
      }
.address{
        color: black;
        font-family: Ariel;
        font-size: 12pt;
        text-align: left;
        }
.bal   {
       text-align: left;
       }
big   {
      color: black;
      font-family: Ariel;
      font-size: 18pt;
      font-weight: bold;
      text-align: left;
      }
small {
      color: black;
      font-family: Ariel;
      font-size: 12pt;
      text-align: left;
      }
caption{
       color: #DC143C;
       font-family: Ariel;
       font-size: 14pt;
       text-align: center;
       font-weight: bold;
       }
em     {
       color: #A52A2A;
       font-family: Ariel;
       font-weight: bold;
       font-style: italic;
       font-size: 16pt;
       }
tt     {
       color: black;
       font-family: Lucida Console;
       font-size: 14pt;
       text-align: left;
       font-weight: bold;
      }
kbd   {
       color: black;
       font-family: Lucida Console;
       font-size: 10pt;
       text-align: left;
      }
h1    {
      color: #B22222;
      font-family: Ariel;
      font-size: xx-large;
      text-align: center;
      font-weight: bold; 
      }
.monotype   {
            color: #B22222;
            font-family: Monotype Corsiva;
            font-size: xx-large;
            text-align: center;
            font-weight: bold; 
            }
h2      { color: #A52A2A ;
        font-family: Ariel;
        font-size: x-large;
        text-align: left;
        font-weight: bold;
        }
h3      {
        color: #A52A2A ;
        font-family: Ariel;
        font-size: large;
        text-align: right;
        font-weight: bold;
        font-style: italic; 
        }
h4      { 
        color: black;
        font-family: Ariel;
        font-size: x-large;
        text-align: left;
        font-weight: bold;
        }
h6      {
        color: black;
        font-family: Ariel;
        font-size: 14pt;
        text-align: left;
        }
ul li   {
        font-family: Ariel;
        font-weight: normal;
        color: black;
        font-size: 14pt;
        type: disc; 
        }
ul ul li {
         font-family: Ariel;
         font-style: normal;
         color: black;
         font-size: 12pt;
         type: circle;
         }
ul ul ul li {
            font-family: Ariel;
            font-style: italic;
            color: #A52A2A ;
            font-size: 10pt;
            type: square;
            }
ol li       {
            font-family: Ariel;
            font-weight: bold;
            color: black;
            font-size: 14pt;
            }
ol ol li    {
            font-family: Ariel;
            color: #A52A2A ;
            font-size: 12pt;
            type: I;
            }
sub         {
            font-family: Ariel;
            color: black ;
            font-size: 10pt;
            }
sup         {
            font-family: Ariel;
            color: black ;
            font-size: 10pt;
            }
.alairas    {
            color: black;
            font-family: Ariel;
            font-weight: bold;
            font-style: italic;
            font-size: 18pt;
            text-align: left;
            }
.nagy       {
            color: black;
            font-family: Ariel;
            font-weight: bold;
            font-size: 28pt;
            text-align: left;
            }
.kicsi      {
            color: black;
            font-family: Ariel;
            font-weight: bold;
            font-size: 8pt;
            text-align: left;
            }
.piros      {
            color: red;
            font-family: Ariel;
            font-weight: bold;
            font-size: 14pt;
            }
.pirosk     {
            color: #B22222;
            font-family: Ariel;
            font-weight: bold;
            font-size: 14pt;
            text-align: center;
            }
.pirosk2    {
            color: #B22222;
            font-family: Ariel;
            font-weight: bold;
            font-size: 10pt;
            text-align: center;
            }
.zold       {
            color: green;
            font-family: Ariel;
            font-weight: bold;
            font-size: 14pt;
            }
.kek        {
            color: blue;
            font-family: Ariel;
            font-weight: bold;
            font-size: 14pt;
            }
.kektd      {
            color: blue;
            font-family: Ariel;
            font-size: 14pt;
            text-align: center;
            }
.feketetd   {
            color: black;
            font-family: Ariel;
            font-weight: bold;
            font-size: 28pt;
            text-align: center;
            }
.mail       { 
            color: black;
            font-family: Ariel;
            font-size: x-large;
            }
.normal     {
            color: black;
            font-family: Ariel;
            font-size: 14pt;
            font-weight: normal;
            }
.nagynormal {
            color: black;
            font-family: Ariel;
            font-size: xx-large;
            font-weight: normal;
            }
.telefon    {
            color: black;
            font-family: Ariel;
            font-size: xx-large;
            font-weight: bold;
            }
.tabla      {
            color: black;
            font-family: Ariel;
            font-size: large;
            font-weight: bold;
            }
A:link
        {
        color: "blue"         /* nem látogatott link */
        }

A:visited
        {
        color: "#00008B"          /* látogatott link */
        }

A:active
        {
        color: "#2E8B57"         /* aktív link */
        }

A:hover {
        color: "#FF1493"
        }