@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	background-color: white;
	width: 426px;
}
p, table, ul {
	margin-bottom: 12px;
}
ul {
	margin-left: 30px;
}

.header {
	font-size: 20px;
	text-decoration: underline;
}
.subheader {
	font-size: 16px;
}
a {
	text-decoration: none;
}
