body {
  font-family: Verdana, arial, helvetica, sans-serif;
  color: #333;
  background-color: white;
  
}

h1 {
  font-size: 30px;
  line-height: 28px;
  font-weight: 900;
  color: #ffd940;
  background-color: #4048FF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}

form{
    ;
}

#Content>p {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#Content>p+p {
  text-indent: 30px;
}

a {
  display: block;  
 
  color: #09d;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  font-family: Verdana, arial, helvetica, sans-serif;
}

a:link {
  color: #09c;
}

a:visited {
  color: #07a;
}

a:hover {
  background-color: #99ccff;
}


/*
#Content {
  width: 480px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 50px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 0px #999 solid;
       
}*/

.button-small{
    font-size: 18px;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #ccccc0;
   margin-left: 50px;
   margin-right:50px;
   text-align:center;         
   padding: 14px 28px;
  
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #1b435e;
   font-size: 25px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }