body {
	color: #000;
	font-family: helvetica, arial, sans-serif;
	background-color: #060;
}

p {
	font-size: 100%;
	text-align: left;
}

a:link {
	color: #c60;
	text-decoration: none;
}

a:visited {
	color: #960;
	text-decoration: none;
}

a:hover {
	color: #f90;
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-family: times, serif;
	font-size: 180%;
	color: #060;
}

h2 {
	text-align: center;
	font-family: times, serif;
	font-size: 130%;
}

h3 {
	font-family: times, serif;
	font-size: 110%;
}

h4 {
	text-align: center;
	font-family: times, serif;
	font-size: 100%;
}

h5 {
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
}

hr {
	width: 100%;
	height: 2px;
	border: none;
	background-color: #060;
	color: #060;
}

div.cent {
	text-align: center;
}

table.verbs {
   border: solid 2px #000;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
   text-align: left;
   background-color: #fff;
}

td.verbs {
   border: solid 1px #000;
   width: auto;
   text-align: left;
   background-color: #fff;
   padding: 2px;
}