html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #FFF;
}
p {
	font-family: Tahoma,sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 100%;
	font-weight: bold;
}
h2 {

	font-size: 80%;
	font-weight: bold;
}
a:link {
	color: #09F;
	background-color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #09F;
	background-color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	background-color: #FFF;
	text-decoration: none;
}
a:active {
	color: #09F;
	background-color: #FFF;
	text-decoration: none;
}
.centered {
	text-align: center;
}
.right {
	text-align: right;
}

