body {
  font-family:Trebuchet MS,Sans-Serif;
  height:100%;
  margin-top:0px;
  margin-left:0px;
  margin-bottom:0px;
  /*font-family:Arial,sans-serif;*/
  /*font-size:20;*/
}

p {
  margin-top: 3pt;
  margin-bottom: 6pt;
}

div#mail {
  margin-left:10px;
  margin-top:5px;
}

h1 {
	font-family : Verdana, sans-serif;
	font-size : 20pt;
	color: #9B877E;
	line-height: 130%;
	margin-bottom: 20px;
	margin-top : 0px;
}

h2 {
	font-family : Verdana, sans-serif;
	font-size : 14pt;
	line-height: 135%;
  margin-top: 9pt;
	margin-bottom: 4px;
	color: #9B877E;
}

h3 {
	font-family : Verdana, sans-serif;
	font-size : 11pt;
  font-weight:bold;
	line-height: 135%;
  margin-top: 9px;
	margin-bottom: 4px;
	color: #9B877E;
}

/* links generally */
a:link {
	text-decoration : none;
	color : #B01116;
}
a:visited {
	text-decoration : none;
	color : #B01116;
}
a:hover {
	color : #9B877E;
	text-decoration : none;
}

/* order head *
div.order_output_head {
  font-weight: bold;
  font-size: large;
}

div.order_files_head {
  font-weight: bold;
}

/* order items *
table.order_output_items {
  border-width:1px;
  border-style:solid;
  border-color:black;
  border-collapse:collapse;
}

table.order_output_items th {
  background-color:#EEEEFF;
  padding-left:5px;
  padding-right:5px;
}

table.order_output_items td {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding-left:10px;
  padding-right:10px;
}
*/
/** any list **/
table.list {
  border-width:1px;
  border-style:solid;
  border-color:black;
  border-collapse:collapse;
}

table.list th {
  color:white;
  background-color:#B01116;
  padding-left:5px;
  padding-right:5px;
}

table.list td {
  /*background-color:#E9E1DE;*/
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding-left:10px;
  padding-right:10px;
}

table.list td td {
  border-width:0px;
  padding:1px;
}

table.list a {
  font-weight:bold;
}

table.list a.author {
  font-weight:normal;
  color:black;
}

