body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: 20px;
}
body {
	margin: 0px 0px 30px 8%;
}
p {
	margin: 0px 0px 20px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 360px;
}
#nav {
	position: absolute;
	top: 360px;
	right: 4%;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}