.wrapper {
	width: 100%;
	text-align: center;
}

body {
  	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	background: #000;
	color: #C585E6;
}

a:visited {
	background: #000;
	color: #C585E6; 
}
a:focus,
a:active,
a:hover {
	background: #000;
	color: #FF8A00;
}

.header {
	text-align: center;
}

.headertext {
	text-align: center;
}

.headertext h1 {
	text-align: center;
	font-size:10px;
	font-weight: normal;
	}

.kaleidoscope-images {
	margin-top:10px;

}
.kaleidoscope-collector {
	margin-top:10px;
	margin-bottom:20px;
}

.kaleidoscope-definition {
	margin-top:10px;
	margin-bottom:15px;

}

.kaleidoscope-definition h2 {
	font-size:10px;
	font-weight: normal;
	line-height: 16px;
}

.kaleidoscope-definition h3 {
	font-size:14px;
	font-weight: bold;
	color:#FFFF00;
}

.bookmark {
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}

.scope-artists {
	text-align: center;
	width: 600px;
	margin-left: auto;
  	margin-right: auto;
}

.scope-artists h4 {
	text-align: center;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
}

.footer {
	margin-top:20px;
}
.footer h5 {
	margin-top:20px;
	font-size:14px;
	font-weight: normal;
	color:#FFFF00;
}

.footer a {
	background: #000;
	color: #FFFF00;
	text-decoration: none;
}

.footer a:visited {
	background: #000;
	color: #FFFF00; 
}
.footer a:focus,
.footer a:active,
.footer a:hover {
	background: #000;
	color: #FFFF00;
	text-decoration: underline;
}

