body {
	font-family: "Arial";
	font-size: 14px;
	text-align: center;
	color: black;
}

a {
	text-decoration: none;
	color: #aa0000;
}

a:hover{
	text-decoration: underline;
	color: #ff0000;
}

iframe {
	width: 640px;
	height: 200px;
	border: none;
}