   @font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    src: url(https://usg.lg.ua/system/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: Open-sans; /* Гарнитура шрифта */
    src: url(https://usg.lg.ua/system/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: IBMPlexSans; /* Гарнитура шрифта IBMPlexSans-Medium*/
    src: url(https://usg.lg.ua/system/IBMPlexSans-Regular.ttf); /* Путь к файлу со шрифтом */
   }
*			{font-family:"Open-sans"; line-height: 1.5; cursor:default; margin:0; padding:0;}
body		{margin:0px}
h1			{font-family:"Open-sans"; font-weight:normal; font-size:26pt;}
h2			{font-family:"Open-sans"; font-weight:normal; text-transform:uppercase; font-size:10pt;}
a, a img	{text-decoration:none; color:#000; cursor:pointer;}
a:hover		{color:#0ae;}
.img		{border:3px solid transparent;}
.img:hover	{border:3px solid #0ae;}
#container	{}
#header		{margin-bottom:20px;}
#navigation	{text-transform:lowercase; margin-top:36px; margin-bottom:25px;}
#content	{font-family:"Open-sans"; text-transform:lowercase; font-size:27pt;}
#copy		{font-family:"Open-sans"; font-size:10pt; cursor:pointer; position:fixed; bottom:5px; right:5px;}