body {
	font: normal 1.1em "Comic Sans MS", "Arial Rounded MT Bold";
	color: #333333;
	margin-left: 50px;
}
a {
	background: transparent;
	color: black; 
}
a[href] { text-decoration: underline; }
a:link {
	background: transparent;
	color: #0000ff; 
	text-decoration: underline; 
}
a:visited {
	background: transparent;
	color: #660066; 
	text-decoration: underline; 
}
a:active, a:hover {
	background: transparent;
	color: #ea0000; 
	text-decoration: underline; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #FFFFCC;
	color: black;
	font-size: 0.9em;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
.copyright {
	font: normal 0.9em "Trebuchet MS", Verdana, Arial;
}

.indented {
  text-indent: 50px;
}

.centered-text {
	text-align: center;
}

.small-centered-text {
    text-align: center;
    font-size: 0.75em;
}

.page { 
	margin: auto auto;
	width: 80%; 
}

