body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 0 0 0;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}
h1 {
	font-size: 18px;
	color: #FF0066;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #666666;
}
#showtext{
	width:400px;
	margin:50px 50px 50px 100px;

}