body {
	background: White url(background.jpg);
	color: Black;
}
div {
	font-size: 75px;
	text-align: center;
}
div.img {
	text-align: center;
	font-size: 0px;
}

p {
	font-size: 22px;
}
p.half {
	font-size: 50px;
	text-align: center;
}
p.normal {
	font-size: 12pt;
}
a {
	color: Blue;
	font-size: inherit;
}
a:active {
	color: Fuchsia;
}
a:hover {
	color: Gray;
	font-style: italic;
}
ul {
	font-size: 25px;
	text-align: center;
}
ul.table {
	font-size: 18pt;
	text-align: left;
}
ul.list {
	font-size: 18pt;
	margin-left: 15%;
	text-align: left;
}
ul.list2 {
	font-size: 18pt;
	margin-left: 33%;
	text-align: left;
}
table {
	border: thick double Silver;
}
table.clear {
	border: none;
}

th {
	font-size: 24pt;
	text-align: center;
}

td {
	font-size: 18pt;
}
ol {
	font-size: 25px;
	text-align: left;
}
small {
	font-size: small;
}

