body
{
	margin: 50px;
	padding: 50px;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
h1,h2
{
	color: #666;
	background-color: transparent;
}
a:link
{
	color: #339;
	background-color: transparent;
}

a:visited
{
	color: #888;
	background-color: transparent;
}

a:hover, a:active
{
	color: #600;
	background-color: transparent;
}
