body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.where_am_I {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	font-weight: bold;
	letter-spacing: 2px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.content_table {
	border: 1px ridge #666666;
	background-color: #f8f8f8;
}
