body{
background-color: black;
color: orange;	
font-family: tahoma, arial;
font-size: 12px;
overflow: auto;
text-align: center;
margin: 0 0;
width: auto;
height: 100%;

}

#coverart{
	position: inline;
	width: auto;
top: 50px;
align: center;		
}

A:link, a:visited, a:active {
	text-decoration: none;
	color: silver;
	}
	

A:hover {text-decoration: underline; color: silver;}

#topNav{

color: white;
//background-color: white;
margin-left: auto;
margin-right: auto;
align: center;

top: 0px;	
}

#copy {
	font-size: 8px;
	color: gray;
align: center;
width: 100%;
position: fixed;
margin-bottom: 0px;
bottom: 0px;	
	
	
}
