div {
/* comment out line below to hide div borders for production test */
/* border-style:dotted;	*/

border-color:#626262;
border-width: 1px; 
}

div.crosshair {
	width: 512px;
	height: 384px;
	position:absolute;

	border-style: solid;
	border-color: #000000;
	border-width: 0px; 
	display:none; */
}

p.crosshairHalfway {
font-variant:small-caps;
font-weight:bold;
text-align:center;
 display:none; */
}

p.crosshairTL {
font-variant:small-caps;
font-weight:bold;
 display:none;
text-align:right;
}

#crosshair1 {
	top: 0px;
	left: 0px;
}

#crosshair2 {
	top: 0px;
	left: 0px;
}

p.view_elements {
font-size:15px;
font-style:normal;
text-align:left;
color: #000000;
/* font-variant:small-caps; */
font-weight:bold;
/* comment line below to display div names for production test */
 display:none; 
}

#colourtestpalette {
	width: 920px;
	height: 120px;
	position:absolute;
	top: 360px;
	left: 10px;
	font:"Monotype Corsiva";
	font-size: 30px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	display:none; 
}

#colourtestpalette ul {
white-space:normal; */
margin: 0px;
padding: 0px;
}

#colourtestpalette p {
list-style-type: none;
/* display: inline; */
}

p.colour1 {
color:#660099; 
}

p.colour2 {
color:#6600CC;
}

p.colour3 {
color:#6633FF;
}
 	
p.colour4 {
color:#9966FF;
}

p.colour5 {
color:#990000;
}

p.colour6 {
color:#CC0066;
}

p.sun {
position:relative; 
text-align:center;
}

.floatstyleswitch {
	z-index: 2;
	width: 210px;
	height: 20px;
	position:absolute;
	top: 0px;
	left: 0px;
/*	display:none; */ 
}

.styleswitchers {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#000000;
}


<!-- floating style-switcher -->
<div class="floatstyleswitch">

	<a href="switch-colour.php?choice=css-colour1" class="styleswitchers">TextColour1</a>;
	<a href="switch-colour.php?choice=css-colour2" class="styleswitchers">TextColour2</a>;
	<a href="switch-colour.php?choice=css-colour3" class="styleswitchers">TextColour3</a>;

&nbsp;
	
	<a href="switch-font.php?choice=css-font1" class="styleswitchers">TextFont1</a>;
	<a href="switch-font.php?choice=css-font2" class="styleswitchers">TextFont2</a>;
	<a href="switch-font.php?choice=css-font3" class="styleswitchers">TextFont3</a>;

&nbsp;

	<a href="switch-bck.php?choice=css-bck1" class="styleswitchers">Bck1</a>;
	<a href="switch-bck.php?choice=css-bck2" class="styleswitchers">Bck2</a>;
	<a href="switch-bck.php?choice=css-bck3" class="styleswitchers">Bck3</a>;

</div>