h1 {
	font-size: 22px;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
}

a {
	font-size: 14px;
	text-decoration: none;
	color: blue;
}

table {
	border: thin solid;
	border-color: green;
}

td {
		padding: 20px;
}