a
{
	color: black;
	text-decoration: none;
}
a img
{
	border: none;
}
p,h1,h2,ul,div
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: white;
}
strong
{
	font-weight: bold;
	color: #207620;
}
#alert_js
{
	position: absolute;
	top: 150px;
	left: 240px;
	font-size: 14px;
	font-family: "Times New Roman", serif;
	color: red;
	background-color: white;
	border: 1px black solid;
	width: 300px;
	padding: 3px 6px;
}
