a:link {
	color: #89156E;
}
a:hover {
	color: #969;
}
a {
	font-weight: bold;
}
body {
	background-color: #F7F1DC;
}
h1 {
	color: #8B0058;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	color: #8B0058;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
}
#top {
	text-align: center;
	height: 150px;
}

#main p {
	font-size: 13px;
	color: #333;
}
#bottom {
	text-align: center;
	background-image: url(../layout/bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: auto;
	font-size: 12px;
}
p {
	font-family: "Comic Sans MS", cursive;
}
#counter {
	text-align: left;
	left: 20px;
	position: absolute;
}
#main p strong {
	color: #891556;
}
#main table {
	text-align: center;
}
#bottom table {
	text-align: left;
}

