<style type="text/css">

/* CSS Document */

/*
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*/

/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Raleway', sans-serif; */
	

* {margin:0;padding:0;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

body {
font-family: 'Roboto', sans-serif;	
font-weight:400;
background-color:#000000;
color:#ffffff;
overflow-y:scroll;
font-size:11pt;
letter-spacing:3px;
text-align: center;
padding: 0;
margin: 0;
}

#landingBanner {
width:auto;
height:auto;
margin:0 auto;
font-size:11pt;
font-weight:400;
letter-spacing:3px;
text-align:center;
padding: 0 40px;
}

#footer {
margin:20px auto;
width:auto;
height:auto;
font-weight:400;
font-size:6pt;
letter-spacing:2px;
padding: 0 30px;
}

a:link {color:#fff; text-decoration:none;}  /* unvisited link */
a:visited {color:#fff; text-decoration:none;}  /* visited link */
a:hover {color:#fe9800; text-decoration:none;}  /* mouse over link */
a:active {color:#fe9800; text-decoration:none;}  /* selected link */