body {
	background: #fff;
	color: #000;
	padding: 0px;
	border: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

a {
	background-color: transparent;
	color: #009;
}

a:visited {
	background-color: transparent;
	color: #804;
}

a:hover {
	background-color: #CCC;
	color: #000;
}

.ie5winhack, .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* A topic section on the main page */
.topicsection {
	margin-bottom: 2em;
	clear: left;
}

/* A thing section on the main page */
.thingsection {
	border-top: 1px #000 solid;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 2em;
	padding-top: .5em;
}

/* Header of a topic section */
.tshead {
}

/* Body of a topic section */
.tsbody {
	text-align: right;
}

.tsbody h3 {
	margin-bottom: 0;
}

.tsbody p {
	margin-top: .5em;
}

/* A little box with a topic in it */
.topicbox {
	border: 1px #000 dashed;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #9C9;
	padding: 1%;
	font-size: .8em;
	margin-bottom: 2em;
}

.topicbox h1,h2,h3,h4 {
	margin-top: 0;
}

.topicbox p {
	margin-bottom: 0;
}

.topicbox a {
	background-color: transparent;
	color: #009;
}

.topicbox a:visited {
	background-color: transparent;
	color: #404;
}

.topicbox a:hover {
	background-color: #6A6;
	color: #000;
}

/* Acknowledgments at the bottom of a page */
.acknowledgements {
	font-size: .8em;
	line-height: 1.2em;
}

/* Navigation bar at the bottom of a page */
.navbar {
	border: 1px dashed #000;
	background-color: #9C9;
	padding: .3em;
	margin: 1em;
	font-size: .9em;
}

.navbar p {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar a {
	background-color: transparent;
	color: #009;
}

.navbar a:visited {
	background-color: transparent;
	color: #404;
}

.navbar a:hover {
	background-color: #6A6;
	color: #000;
}

/* The tinier sub-bar inside the navigation bar */
.subbar {
	font-size: .8em;
}

/* Credit for the organizer at the bottom */
.organizer {
	font-style: italic;
	font-size: .9em;
	text-align: right;
}

/* An article style */
.article {
}

.article h1 {
	 text-align: right;
	 font-size: 1.7em;
}

.article h2 {
	 font-size: 1.4em;
}

.article li {
	 margin-bottom: .3em;
}

/* A command quote style */
.commands {
        margin-left: 5%;
	margin-right: 5%;
}

/* A restriction on a prize selection */
.restriction {
	font-size: .8em;
}