	body {
		background: black url(skyline.jpg) top no-repeat fixed;
		text-align: center;
	}
	
	b, strong {
		font-weight : bold;
	}

	span#links {
		position: relative;
                top: 10px;
		display: inline;
		font: bold 1em sans-serif;
		border: none;
                width: 936px;
		margin-left: auto;
                margin-right: auto;
	}
	
	span#links a {
                position: relative;
                top: 10px;
		background: transparent url(skyline-black.jpg) top no-repeat fixed;
		text-align: center; 
		padding: 5px 10px;  
		text-decoration: none; 
		color: white;
		border-width: 0;
		margin-left: auto;
                margin-right: auto;
	}
	
	span#links a:hover {
                position: relative;
                top: 10px;
		background: transparent url(skyline-white.jpg) top no-repeat fixed;
		text-align: center; 
		padding: 5px 10px;  
		border-width: 0;
		color: black;
		margin-left: auto;
                margin-right: auto;
	}
	
	div#header {
                position: relative;
                top: 10px;
		background: transparent url(skyline-white.jpg) top no-repeat fixed;
		font: bold 2em verdana,arial,sans-serif; 
		border: 2px solid black;
		padding: 5px;
                margin-left: auto;
                margin-right: auto;
	}
	
	div#word1 {
		position: relative;
		top: 0;
		left: 5%;
	}
	
	div#word2 {
		position: relative;
		left: 11%;
	}
	
	.body { 
		position: relative;
		background: #BFBFBF url(skyline-white.jpg) top no-repeat fixed;
		top: 30px;
		width: 800px;
		margin-left: auto;
                margin-right: auto;
	}
	
	.indexbody { 
		position: relative;
		background: #BFBFBF url(skyline-white.jpg) top no-repeat fixed;
		left: 10px;
		width: 650px;
		padding: 5px;
	}
	
	.bodycontainer {
		position: relative;
		width: 770px;
		text-align:justify;
	}
	
	.body a {
		color: purple;
	}
	
	.body a:hover {
		color: red;
	}
	
	.body a:visited {
		color: purple;
	}
	
	.bodyheader { 
		text-align: center;
		padding: 6px;
		background: #0A0756 url(skyline-black.jpg) top no-repeat fixed;
		color: #FFF;
		font-weight: bold;
		font-size: 16px;
		margin-left: auto;
                margin-right: auto;
	}
	
	.endnote {
		position: absolute;
		width: 100px;
		bottom: 0px;
		right: 0px;
		font: .6em verdana,arial,sans-serif;
		color: white;
	}
	
	.endnote a:link {
		color: purple;
	}
	
	.endnote a:hover {
		color: red;
	}
	
	.endnote a:visited {
		color: purple;
	}