div.links {
	font-size: x-large;
	font-weight: bold;
}

div.heading {
	font-size: x-large;
	color: #ff4937;
}
td.sideContent {
	background-repeat: repeat;
	background-image: url(images/checkers.gif);
	background-color: black;
}
td.centerContent {
	font-size: small;
}
div.center {
	text-align: center;
}
div.right {
	text-align: right;
}
div.left {
	text-align: left;
}
ul {
	list-style-image: url(images/o.png);
	list-style-position: inside;
}

