@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family:"Arial", Courier, monospace;
	color:#000000;
	font-size:11px;
	image-border:"0px";
}
	


a:link {
	font-size:11px;
	text-decoration:underline;
	color:#000000;
	
	font-family:"Arial", Courier, monospace;
	
}
a:visited {
	font-size:11px;
	text-decoration: underline;
	color:#000000;
	font-family:"Arial", Courier, monospace;
	
}
/*a:hover {
	font-size:11px;
	text-decoration: none;
	color:#000000;
	background-color:#00FFFF;
	font-family:"Arial", Courier, monospace;
	font-style:italic;
	
}*/
a:active {
	font-size:11px;
	text-decoration: none;
	color:#000000;

	font-family:"Arial", Courier, monospace;
	
	
}

.box_intro{
position: absolute; left: 50px; top:50px; background-color: #000000; width: 360px; z-index: 4;
}
	
.box1 {background-color: #ff0033; padding: 10px; opacity: 0.5; filter: alpha(opacity=50); width: 100px; height: 400px; position: absolute; left: 50px; top: 50px; z-index: 1;}
.box2 {background-color: #9966ff; padding: 10px; opacity: 0.5; filter: alpha(opacity=50); width: 100px; height: 400px; position: absolute; left: 170px; top: 50px; z-index: 2;}
.box3 {background-color: #66ccff; padding: 10px; opacity: 0.5; filter: alpha(opacity=50); width: 100px; height: 400px; position: absolute; left: 290px; top: 50px; z-index: 3;}


