body {
  background-color: white;
}

a:link, a:visited {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: black;
}

.hr-greydot {
  border-top: 1.5px dotted #AEAEAE;
}

.paragraph1-center {
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #555555;
}

.paragraph2-center {
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #555555;
}


.paragraph1-left {
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: #555555;
}

.ul-style-1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
  li:not(:last-child){
   border-bottom: 0.25px solid #D3D3D3;
  }
}

.img-small {
  width: 50px;
  height: 50px;
}

.img-medium {
  width: 300px;
}

.div-menu {
  background-color: white;
  border: 0.25px solid #D3D3D3;
  width: 350px;
  height: 400px;
  padding: 20px;
  overflow: auto;
}
