body {font-family: copperplate gothic light, courier new, sans-serif;
background-image: url('back1.gif');
background-repeat: repeat;
background-color: gray;
    }
#p {font-size: 75%;
}
#allcontent {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: black;
    border: thin solid #990000;
    }

#header a:link {color: #CC0000;}
#header a:hover {background: #FFFFFF;}
#maincontent a:link {color: #CC0000;}
#maincontent a:hover {background: #FFFFFF;}

#header {
    text-align: center;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    }

#maincontent {
    text-align: center;
    font-family: verdana, monaco, arial;
    font-size: 145%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    }
    
h1 {
    border-bottom: 2px double silver;
    text-align: center;
    font-weight: bolder;
    font-size: 190%;
    color: #FF9100;
    }

#footer {
    clear: both;
    padding: 5px;
    background-color: black;
    color: white;
    width: 95%;
    font-size: 70%;
    text-align: center;
    font-family: verdana, monaco, arial;
    }

