/* CSS Document */
A:link img {border:5px; border-color:#000000;}
A:visited img {border:5px; border-color:#000000;}
A:hover img {border:5px; border-color:#000000;}
body {
	background-color: #FFFFFF;
}
#page_back {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}
.style1 {
	font-family: Courier New, Courier, monospace;
	font-size: 42px;
	color: #000000;
	position:absolute;
	top:50px;
	left:350px;
	width:550px;
	z-index: 5;
}

.style2 {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	color: #000000;
}
a {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}