body {font-family: copperplate gothic light, courier new, sans-serif;
    background-color: gray;
    }

#allcontent {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		background: black;
		border: #990000;
		}

#header a:link {color: #CC0000;}
#header a:hover {background: #FFFFFF;}
#maincontent a:link {color: #CC0000;}
#maincontent a:hover {background: #FFFFFF;}
#footer a:link {color: #CC0000;}
#footer  a:hover {background: #FFFFFF;}
		
		#header {
		text-align: center;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
		}
		
		h1 {
		border-bottom: 2px double silver;
		text-align: center;
		font-weight: bolder;
		font-size: 200%;
		color: #FF9100;
		}

		#maincontent {
		padding: 10px;
		text-align: left;
		font-size: 95%;
		margin-top: 5%;
		margin-left: auto;
		margin-right: auto;
		color: white;
		}

#footer {
    clear: both;
    padding: 5px;
    background-color: black;
    color: white;
    width: 95%;
    font-size: 70%;
    text-align: center;
    font-family: verdana, monaco, arial;
    }

body {background-image: url('griptape.jpg');}
