@import url('https://fonts.googleapis.com/css?family=Cormorant&display=swap');

body {
font-size: 14px;
line-height: 14px;
font-family: Cormorant, serif;
padding: 0px;
}

p {
font-size: 14px;
line-height: 14px;
}

#menu {
background-color: white; 
height: 20px;
top: 0px;
padding-left: 0px;
margin-top: -5px;
width: 100%;
border-bottom: 1px solid #A0A0A0;
white-space: nowrap;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.materials, .worktitle {
	padding-left:4px;
	font-size:13px;
	color: #303030;
}

.worktitle {
	line-height:5px;
	margin-bottom:0px;
}

.materials {
	line-height:6px;
	margin-top: 1px;
}

td.indentedDetail {
  padding-left:70px;
}

td.indentedGhost {
  padding-left:35px;
}

td.indentedPartial {
  padding-left:85px;
}

#art {

}

td.indentedimage {
  padding-left:0px;
}

td.indentedimagepink {
  padding-left:25px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
}

li {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 2px 3px;
  text-decoration: none;
}

li a {
   text-decoration: none;
   color: #000000;
}
