/* CSS Document */
p {margin-right:50px; margin-left:50px;}
A:link { COLOR: #800080; TEXT-DECORATION: none;}
A:visited { COLOR: #800080; TEXT-DECORATION: none;}
A:active { COLOR: #FFCC00; TEXT-DECORATION: none }
A:hover { COLOR: #FFCC00; TEXT-DECORATION: none;}
A.internal:link { COLOR: #ffffff; TEXT-DECORATION: none;}
A.internal:visited { COLOR: #ffffff; TEXT-DECORATION: none;}
A.internal:active { COLOR: #FFCC00; TEXT-DECORATION: none;}
A.internal:hover { COLOR: #FFCC00; TEXT-DECORATION: none;}
body { 
margin:0; 
padding:0; 
}
#wrapper { 
width: 850px; 
height: 80px; 
margin: 20px auto; 
padding: 0px; 
text-align: center; 
position: relative; 
border: solid 1px #fff;} 
.firstlayer {
	font-size: 18px;
	font-weight: bold;
	color: red;
	position: absolute;
	top: 0px;
	left: -19px;
	z-index: 1;
	width: 903px;} 
.secondlayer {
	font-size: 18px;
	font-weight: bold;
	color: #aaa;
	position: absolute;
	top: 3px;
	left: -16px;
	z-index: 0;
	width: 903px;}
.style2 {color: #FFFFFF}
.style4 {font-family: "Arial Rounded MT Bold", "Arial Black", Arial}
