html {
/* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
  
/*  Uses the gradient generator at http://www.cssmatic.com/ */
body { background: rgba(9,57,119,1);
  background: -moz-linear-gradient(top, rgba(9,57,119,1) 0%, rgba(177,176,181,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,57,119,1)), color-stop(100%, rgba(177,176,181,1)));
  background: -webkit-linear-gradient(top, rgba(9,57,119,1) 0%, rgba(177,176,181,1) 100%);
  background: -o-linear-gradient(top, rgba(9,57,119,1) 0%, rgba(177,176,181,1) 100%);
  background: -ms-linear-gradient(top, rgba(9,57,119,1) 0%, rgba(177,176,181,1) 100%);
  background: linear-gradient(to bottom, rgba(9,57,119,1) 0%, rgba(177,176,181,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093977', endColorstr='#b1b0b5', GradientType=0 );
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
  			 
hr.footer {
      height: 3px;
      background-color: #093977;    
}

.sbblock {
  border:2px solid;
  border-radius:1em;
  background-color: #fff;
}

li.title {
  list-style-type: none;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 10px;
}

.textlink {
  background-color: #008CBA;
  font-style: italic;
  color: #ffffff;
}

.textlink a:visited {
  background-color: #007095;
  color: #ffffff;
}

/* Note that hover must come AFTER :visited */;
.textlink a:hover {
  background-color: #007095;
  color: #ffffff;
}
