body {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	color: #333;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

a:link{
	text-decoration: underline;
	color: #333;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #1FBBD1;
	text-decoration: underline;
}
a:active{
	color: #1FBBD1;
	text-decoration: underline;
}
