/* typography */
body {
	font-size: 85%;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 125%;
	background-color: #a24618;
	color: white;
	text-align: center;
	xmargin:10 auto;
}
h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size:  110%;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}
li {
	margin-top: 0.5em;
}
/* table stuff */
table {
	font-size: 1em;
}
tbody {
	border: none;
}
tbody th {
	border: none;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
/* links */
a:link, a:visited, a:hover, a:active { 
  foreground-color: white; 
  color: white;	
  text-decoration: underline; 
}

a.boxedcontent:link, a.boxedcontent:visited, a.boxedcontent:hover, a.boxedcontent:active { 
  foreground-color: white;
  color: white;	 
  text-decoration: underline; 
}

/* elements */
pre {
	padding: 0.75em 1.5em;
	font-size: 20px;
	border: 1px solid #ddd;
	font-weight: bold;
	foreground-color: white;
	background-color: black;
	align: center;
	text-align: center;
	margin:0 auto;
	display: inline-block;
}
.clr {
	clear: both;
}
.boxedcontent {
	border: 5px ridge #4E342C;
	background-color: #6E4637;
	padding: 5px;
  display: inline-block;  
  color: white;	
}

.boxedcontent600 {
  max-width: 600px;
	border: 5px ridge #4E342C;
	background-color: #6E4637;
	padding: 5px;
  display: inline-block;  
  text-align: justify;
  color: white;	
}

.boxedwarning {
	border: 5px ridge #4E342C;
	background-color: red;
	color: black;
	padding: 5px;
  display: inline-block;  	
	font-weight: bold;
}
a:visited .boxedcontent {color: white;	 foreground-color: white;}
a:visited > boxedcontent  {color: white;	 foreground-color: white;}
