body {
  color: #FFFFFF;
  background-color: #000000;
}

/* fonts */

.Normal {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}

.Title1 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
color: #D0D0D0;
}

.Title2 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
background-color: #C00000;
}

.Small {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
}

