
a:link {
 text-decoration: none;
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;
 color: #00FF00;
}

a:focus {
 text-decoration: none;
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;
 color: #00FF00;
}

a:visited {
 text-decoration: none;
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;
 color: #00FF00;
}

a:hover {
 text-decoration: none;
 color: #FF0000;
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;

}

a:active {
 text-decoration: none;
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;
 color: #00FF00;
}


big {
 font-family: Arial;
 font-size: 60pt;
 font-weight: 700;
 text-align: center;
 color: #00FF00;
}

span.medium {
 font-family: Arial;
 font-size: 16pt;
 font-weight: 700;
 color: #00FF00;
}

span.black {
 font-family: Arial;
 font-size: 16pt;
 font-weight: 500;
 color: #000000;
}
span.grey {
 font-family: Arial;
 font-size: 20pt;
 font-weight: 700;
 color: #C0C0C0;
}

span.little {
 font-family: Arial;
 font-size: 10pt;
 font-weight: 700;
 color: #00FF00;
}

body {
  scrollbar-base-color: #007F00;
}


