﻿/* <link href="style.css" rel="stylesheet" type="text/css" /> */

.tytul{
 font-family:verdana;
 font-size:16px;
 color:#4A4C4E;
 font-weight:normal;
 text-align:justify;
 margin-left:20px;
 margin-top:30px;
 font-weight:bold;

}

.text{
 font-family:verdana;
 font-size:13px;
 color:#4A4C4E;
 font-weight:normal;
 text-align:justify;
 margin-right:20px;
 margin-left:20px;
 margin-top:15px;
}

   
a{
 font-family:verdana;
 text-decoration:none;
 color:#4A4C4E;
 font-size: 12px;
 font-weight:normal;
 border:none;


}
   
a:hover{
 text-decoration: none;
 font-size:12px;
 color:#4A4C4E;
 font-weight:bold;
 border:none;
}