body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	}

a {
	color: #09c;
	font-size: x-small;
	text-decoration: underline;
	font-weight: 500;
	font-family: arial, helvetica, sans-serif;
	}
a:link {color: blue;text-decoration: underline;}
a:visited {color: #96c;}
a:hover {background-color: #ffc;
text-decoration: none;}
.name {color: #000;
	font-size: small;
	text-decoration: underline;
	font-weight: 500;
	font-family: arial, helvetica, sans-serif;
}
.footer {
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	align: center;
	}
.title {
font-size: large;
font-weight: 600;
text-align: center;
	}
.topnav{
position: absolute; top:33px; right:5px;font-size:x-small;
}
dt {
	margin: 6px;
}
dd {
	font-size: x-small;
}