@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body, html {
    margin: 0;
    background-color: white;
	color: black;

}
p{
  font-family: 'Open Sans', sans-serif;  
    line-height:1.5em;
    color: black;
}
.pdf{
font-family: 'Open Sans', sans-serif;  
color: black;
font-weight: bold;
font-size: 1em;
}
.dis{
  font-family: 'Open Sans', sans-serif;   
    line-height:1.5em;
    font-size: 90%;
}
.min{
  font-family: 'Open Sans', sans-serif;   
    line-height:1.5em;
    font-size: 90%;
	font-weight: bold;
}
img.c{
max-width: 50%;
height: auto; 
}
.news{
    margin-top: 200px;
}
.pd{
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 20px;
}

a:Link {
	color: #3344dd;
	text-decoration: none;
}
a:visited {  
	color: #884488;
	text-decoration:none;
	}
a:hover, a:active, a:focus { 
	color: #bb1122;
	text-decoration:underline;
}
ol {
  margin: 0;
  padding-left:18px;
 line-height: 1.5em; 
  font-family: 'Open Sans', sans-serif;
  font-size: 1em; 
  color:black;
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}