body {
	font-family: arial, "lucida console", sans-serif;
	font-size: 12pt;
	color: black;
}
h1 {
	font-size: 1.5em;
	font-weight: bolder;
}
.head { text-align: center; }
.head-home {
	font-size: .75em;
	font-weight: bold;
	text-align: left;
}
.title {
	font-weight: bold;
	text-align: center;
	padding: 1.5em 0 0 0;
}
.content {
	vertical-align: top;
}
.content li {
	padding: .5em .75em 0em  -.75em;
}
.box {
	border: 1px solid black;
	background-color: #eee;
}
td { width: 33%; }

a { color: #333; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover, a:active {
	text-decoration: underline;
	color: #111;
	fo nt-size: 1.02em;
}
a.home { text-decoration: underline; }
