body  {
background-image:url(../pics/bg.jpg);
background-repeat: repeat;
background-attachment: fixed;
}

A.button {
   color: #FFFFFF;
   font-size: small;
   font: bold 100% serif Times ;
   text-decoration: none;
   border-left: medium outset #AFAFAF;
   border-right: medium inset #AFAFAF;
   border-bottom: medium inset #AFAFAF;
   border-top: medium outset #AFAFAF;
   }

code {
 font-family: Times New Roman;
 font-size: small;
 font-weight: bold;
 text-decoration: underline;
 text-align: center;
 color: #FFFFFF;
}