@font-face {
font-family: 'RedHatDisplayRegular'; src: url('../typo/RedHatDisplay-Regular.ttf');}

@font-face {
font-family: 'RedHatDisplayBold'; src: url('../typo/RedHatDisplay-Bold.ttf');}

@font-face {
font-family: 'RedHatDisplayBlack'; src: url('../typo/RedHatDisplay-Black.ttf');}

p {
    line-height: 120%;
	font-size: 1.0rem; 
	font-family:RedHatDisplayRegular,verdana,sans-serif;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

p span {color: #76b828;}

p.typoplus {font-size: 1.25rem;}
p.typoplusplus {font-size: 1.5rem;}

b, strong {font-family:RedHatDisplayBold,verdana,sans-serif;}
b.typoblack {font-family:RedHatDisplayBlack,verdana,sans-serif;}


.centertext {text-align: center;}

a:link,
a:visited,
a:active {color: #ffffff; text-decoration: underline;}
a:hover {text-decoration: none;}