body {
    background-color: white; 
    color: black; 
    text-align: center; 
    font-family:sans-serif; 
    font-size: 14px
    }

  h1 {font-family: monospace; font-size:20px; line-height:50px}
  h2 {font-family: monospace; font-size:18px; margin-top: 30px; color:hsl(224, 100%, 60%)}


  a {font-style: normal; text-decoration:  none; color:gray}
  .gr {font-family: sans-serif; font-size:11px; color:gray; line-height:5px}
  .ad {padding-left:  20px}
  .urka {color: darkgray; font-style:  italic}
  li {font-family:  sans-serif; font-size: 14px; line-height: 18px}
  .center {
    text-align: left;
    margin: 0 auto;
    width: 70%;
    max-width: 800px;
    }