body {
 font-family: Cooper Std;
 font-size: small;
 background-image: url('bg1.jpg');
 background-attachment:fixed;
 margin: 20px;
 text-align: center;



 color: #FFFFFF
}

#box {
  width: 960px;
  margin: 0px auto;
  padding: 15px;
  text-align: left;
}

h1 {
 font-family: Times New Roman;
 font-size: x-large;
 text-align: center;
}

a {
 font-family: Arial;
 font-size: small;
 text-decoration: underline;
 color: #8487FF;
}

a:link {
 font-family: Arial;
 font-size: small;
 text-decoration: underline;
 color: #00FFFF;
}

a:visited {
 font-family: Arial;
 font-size: small;
 text-decoration: underline;
 color: #778899;
}

table {
 font-family: Arial;
 font-size: small;
 color: #778899;
}

img {
 border: 0px none;
}