body {
font-family: Verdana;
font-size: 13pt;
text-align: center;
margin: 0px auto;
width: 800px;
}

@font-face {
font-family: "Number Font";
src: url("Vera.ttf");
}

#Banner {
margin-top:10px;
margin-bottom:10px;
}

#SubTitle {
margin-top: -40px;
margin-bottom: 40px;
margin-right: 20px;
font-size: 11pt;
color: #a0a0a0;
text-align: right;
}

.Paragraph {
text-align: center;
color: #a0a0a0;
}

.BigOrange {
color: orange;
font-size: 30pt;
text-align: center;
margin-bottom: 20px;
}

.Hi {
color: black;
}

.SmallGrey {
color:grey;
font-size:11pt;
}

a {
color: blue;
text-decoration: none;
font-size: 13pt;
}

a:hover {
color: red;
}

h2 {
color: orange;
font-size: 15pt;
}

.Shadow {
  -webkit-box-shadow: 5px 5px 12px #E9AB17;
  -moz-box-shadow: 5px 5px 12px #E9AB17;
  box-shadow: 5px 5px 12px #E9AB17;
}

.BlueButton {
  background: #36aaf7;
  background-image: -webkit-linear-gradient(top, #36aaf7, #0053e3);
  background-image: -moz-linear-gradient(top, #36aaf7, #0053e3);
  background-image: -ms-linear-gradient(top, #36aaf7, #0053e3);
  background-image: -o-linear-gradient(top, #36aaf7, #0053e3);
  background-image: linear-gradient(to bottom, #36aaf7, #0053e3);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18pt;
  padding: 6px 11px 6px 11px;
  text-decoration: none;
  cursor:pointer;
}

.BlueButton:hover {
  background: #88cef7;
  background-image: -webkit-linear-gradient(top, #88cef7, #0096fa);
  background-image: -moz-linear-gradient(top, #88cef7, #0096fa);
  background-image: -ms-linear-gradient(top, #88cef7, #0096fa);
  background-image: -o-linear-gradient(top, #88cef7, #0096fa);
  background-image: linear-gradient(to bottom, #88cef7, #0096fa);
  text-decoration: none;
}

.RedButton {
  background: #36aaf7;
  background-image: -webkit-linear-gradient(top, #f00000, #c00000);
  background-image: -moz-linear-gradient(top, #f00000, #c00000);
  background-image: -ms-linear-gradient(top, #f00000, #c00000);
  background-image: -o-linear-gradient(top, #f00000, #c00000);
  background-image: linear-gradient(to bottom, #f00000, #c00000);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18pt;
  padding: 6px 11px 6px 11px;
  text-decoration: none;
  cursor:pointer;
}

.RedButton:hover {
  background: #88cef7;
  background-image: -webkit-linear-gradient(top, #f04040, #c04040);
  background-image: -moz-linear-gradient(top, #f04040, #c04040);
  background-image: -ms-linear-gradient(top, #f04040, #c04040);
  background-image: -o-linear-gradient(top, #f04040, #c04040);
  background-image: linear-gradient(to bottom, #f04040	, #c04040);
  text-decoration: none;
}