body {
	color: black;
	background-color: white;
	font-family: "Times New Roman", Times, serif;
}
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #00C;
}
h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #C00;
}
