@charset "utf-8";
/* CSS Document */
a[class="menulinks"] {text-decoration: none;}
/* Link Warning */
.login a p {display:none;}
.login a:hover p {display:block; color: darkred; font-weight: 400; font-family: Gothic; font-size: 30px;}
/* Paragraphs */
p {font-family: Helvetica, Chaucer, Century Gothic, Gill Sans;}
p {font-size: 23px;}
p {font-weight: 400;}
p {margin-left: 120px;}
p {margin-right: 120px;}
p {text-align: justify;}
/* Headers */
h1 {font-family: Gothic, Gill Sans;}
h1 {font-size: 30px;}
h1 {text-indent: 120px;}
h1 {color: #0812FB;}
h1 {font-weight: bolder;}
h1 {font-style: italic;}
/* Footnotes */
p[class="footnote"] {font-family: Helvetica, Chaucer, Century Gothic, Gill Sans;}
p[class="footnote"] {text-indent: 01px;}
p[class="footnote"] {font-size: 20px;}
p[class="footnote"] {font-weight: 500;}
p[class="footnote"] {text-align: justify;}
/* Sub-Headings */
b[class] {font-family: Helvetica, Chaucer, Century Gothic, Gill Sans;}
b[class] {font-size: 25px;}
/* Footnotes */
sup[class] {color: mediumblue;}

