*{
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	font-family: sans-serif;
	font-size: small;
	text-decoration: none;
	color: #000000;
	vertical-align: top;
}
.float-right{
	float: right;
}
em{
	color: #ff3300;
	font-style: normal;
}
br.clear{
	clear: both;
}
body{
	text-align: center;
}

h2{
	font-size: medium;
	font-weight: bold;
}

a:link{
	color: #0000ff;
	text-decoration: underline;
}
a:visited{
	color: #ff0000;
	text-decoration: underline;
}
a:hover{
	color: #ff00ff;
	text-decoration: none;
}
img{
	border: none 0 #000000;
}