a:hover {
	background-color: transparent;
	color: red;
}
body {
	background-color: white;
	background-image: none;
	font-family:sans-serif;
	font-size: small;
	width: 800px;
}
h1 { font-size: x-large; text-align: center }
h2 { font-size: large; text-align: center }
p {
	text-align: justify;
}
tr {
	text-align: left;
}
.BoldItalic { font-style: italic; font-weight: bold }
.Center { text-align: center }
.ItemHeader {
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.Right {
	text-align: right;
}
