body {
	font-family:		"Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size:			70%;
	margin:				0;
	padding:			0;
}
a:link,
a:visited,
a:focus {
	font-weight:		bold;
	color:				#485ea2;
}
a:hover {
	background:			#485ea2;
	color:				#fff;
}
h1 {
	font-size:			160%;
	margin:				0;
}
h2 {
	font-size:			150%;
	margin:				0;
}
h3 {
	font-size:			140%;
	margin:				0;
}
h4 {
	font-size:			120%;
	margin:				0;
}
h5 {
	font-size:			110%;
	margin:				0;
}
h6 {
	font-size:			100%;
	margin:				0;
}
select,
input {
	font-size:			100%;
}
textarea {
	font-size:			110%;
}
caption {
	font-style:			italic;
}
th {
	text-align:			left;
}
dt {
	font-weight:		bold;
}
acronym {
	cursor:				help;
	background:			#eee;
}