

	/*FONT AND TEXT*/
	p {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
    font-size: 10pt;
  margin: 100;
  padding: 100;
    line-height: 1.5em;
      color: #435060;


  
}

wl {
  font-family: 'courier', monospace;
  font-weight: normal;
  font-size: 8pt;
  line-height: 1em; 
  margin: 100;
  padding: 100;
  text-align: right;
  
}

h1 {
  font-family: 'arial', sans-serif;
  text-align: left;
  font-size: calc(6pt + 1vw);
  font-weight: 800;
  margin: 0 auto;
  color: #FFE900;
    line-height: 1.2em; 

}

h2 {
  font-family: 'arial', sans-serif;
  text-align: center;
  font-size: 25pt;
  font-weight: 800;
  padding: 0 0 15% 0;
  color: #3255A4;
  width: fit-content;
  justify-content: center;

  writing-mode: vertical-rl;
 text-orientation: mixed;
 transform: rotate(180deg);
 margin-block-start: 2.1em;
    margin-block-end: 0em;
        line-height: 1.2em; 

}



a {
  text-decoration: none;
  color: #FFE900;

  
}

a:visited {
      text-decoration: none;
      color: #FFE900;

}
a:hover,a:focus {
  display: inline;
  color:#235BA8;
  background-color: #FFE800;
  text-decoration:none;

}

cap {
    margin: 0 0 20px 0;
  font-size: .7vw;
  color: #000000;
  text-align: right;
    line-height: 1em; 

}


hr {
    height: 10px;
    color: #0000ff;
    border-radius: 12px;
    background-color: #0000ff;
    border: none;
}

green {
    color: #33cc33;
}
blue {
    color: #1124ad;
}



