body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: bold;

}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
