body {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 16;
}
h1 {
	font-size: 48;
}
h2 {
	font-size: 24;
}
h3 {
	font-size: 20;
}
h4 {
	font-size: 16;
}
h6 {
	font-size: 12;
	font-weight: lighter;
}
img {
	border-style: none;
}
a:active {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: #55555;
}

