body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:link {
	background-color: #1d1d1d;
	color: white;
	text-decoration: none;
}

a:visited {
	background-color: #1d1d1d;
	color: white;
	text-decoration: none;
}

a:active {
	background-color: white;
	color: #1d1d1d;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #1d1d1d;
	text-decoration: none;
}

h1 {
	display: inline-block;
	background-color: white;
	color: #1d1d1d;
	text-decoration: none;
}

h2 {
	display: inline;
	background-color: white;
	color: #1d1d1d;
	text-decoration: none;
}

.para {
	display: inline;
	background-color: white;
	color: #1d1d1d;
	text-decoration: none;
}

img {
	clear: right;
	float: left;
}

big {
	font-weight: bold;
	font-size: 200%;
}
