body {
  background-color:#111E4B;
  margin: 0 auto;
  font-family: Arial;
  background: url(../images/bg.png);
  background-repeat: repeat;  
}

.copy {
  padding-top: 3px;
  /* width: 100%; */
  color: #CCCCCC;
  font-size: 10px;
  text-align: center;
}

.demo { 
font-weight: bold;
text-decoration: none;
color: #D39C25;
}

A.demo:link { 
font-weight: bold;
text-decoration: none;
color: #D39C25;
}

A.demo:visited { 
font-weight: bold;
text-decoration: none;
color: #D39C25;
}

A.demo:hover { 
font-weight: bold;
text-decoration: none;
color: #E0C290;
}

