body {
  margin: 0;
  padding: 0;
  font-family: Arial, helvetica, sans-serif;
}

td {font-family: Arial, helvetica, sans-serif;}

th {font-family: Arial, helvetica, sans-serif;}

#table1 {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 850px;
	text-align: center;
/*
	background-image: url(images/background_leaf.jpg);
	background-attachment: fixed;
*/
	background-repeat: no-repeat;
	background-position: center;
}

#table2 {
	border-collapse: collapse;
	margin: 6px;
	padding: 5px;
	width: 600px;
	text-align: left
}

#table_exercise {
	border-collapse: collapse;
	border: 2px solid #993300;
	padding: 1px;
	width: 700px;
	text-align: left; margin-top:6px; margin-bottom:6px
}

#testimony {
	font-family: Arial, helvetica, sans-serif;
	border: 2px solid #993300 
	text-align: left;
	padding: 2px;
	width: 133px;
}

#title {text-align: center;}

#header {
}

#nav {
}

#columnLeft {
    width: 250px;
    text-align: right;
}

#columnRight {
    width: 600px;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
}

#footer {clear: both;}

h1 {
	font-size: 18pt;
	font-style: italic;
	font-weight: bolder;
	color: #993300;
	margin: 0px;
}

h2 {
	font: bold 14pt;
	color: #993300;
	margin: 0px;
}

h3 {
	font: bold 12pt;
	color: #993300;
	margin: 0px;
}

h4 {
	font: bold 10pt;
	color: #993300;
	margin: 0px;
}

h5 {
	font: normal 10pt;
	color: #993300;
	margin: 0px;
}

h6 {
	font-size: 8pt;
	color: #993300;
	margin: 0px;
	font-weight: normal;
}

a:link { 
	color: #333333; 
}

a:visited { 
	color: #333333; 
}

a:hover { 
	color: #000000; 
	font-weight: bold; 
}

a:active { 
	color: #993300;
	font-weight: bold; 
}

ul {
    margin:6px; font-size: 14px; 
    color: #993300; 
    list-style-type: disc; 
}

ol {
    font-size: 10px; 
    color: #993300; 
    list-style-type: decimal; 
    margin-top: 6; 
    margin-bottom: 6 
}