html, body {
	margin-top: 0;
}

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

#wrapper {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#torso {
	width: 768px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}

#organs {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	color: black;
}

.esophagus {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #336633;
}

#left_lung {
width: 250px;
float: left;
padding-left: 10px;
padding-top: 20px;
}

.bronchial {
	font-weight: bold;
	font-style: italic;
	width: 200px;
	border-bottom: 1px dotted #6699CC;
}

.alveoli {
	margin-left: 5px;
	margin-top: 15px;
	padding-bottom: 40px;
	line-height: 120%;
}

#right_lung {
padding-top: 20px;
width: 400px;
float: right;
padding-right: 10px;
}

.sweetmeat {
	width: 675px;
	margin-left: 35px;
}

.pericardium {
	font-weight: bold;
	font-style: italic;
	width: 350px;
	border-bottom: 1px dotted #6699CC;
}

.heart {
	margin-left: 10px;
	margin-top: 15px;
	padding-bottom: 40px;
	line-height: 150%;
}

form {
	display: inline;
}

#chain {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
}

#hank {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.length {
	width: 125px;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: left;
}

.shortlength {
	width: 70px;
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: center;
}

a.steel {color: black; text-decoration: none;}
a:hover.steel {color: black; text-decoration: underline;}
a:active.steel {color: red; text-decoration: underline;}
a:visited.steel {color: black; text-decoration: none;}
a:visited:hover.steel {color: black; text-decoration: underline;}
a:visited:active.steel {color: red; text-decoration: none;}

a.iron {color: gray; text-decoration: none;}
a:hover.iron {color: black; text-decoration: none;}
a:active.iron {color: black; text-decoration: underline;}
a:visited.iron {color: gray; text-decoration: none;}
a:visited:hover.iron {color: black; text-decoration: none;}
a:visited:active.iron {color: red; text-decoration: underline;}

a {color: black; text-decoration: underline;}
a:hover {color: red; text-decoration: underline;}
a:active {color: red; text-decoration: overline;}
a:visited {color: black; text-decoration: underline;}
a:visited:active {color: red; text-decoration: line-through;}
a:visited:hover {color: red; text-decoration: underline;}

a.bar {color: black: text-decoration: none;}
a.bar:hover {color: black: text-decoration: none;}
a.bar:active {color: black: text-decoration: none;}
a.bar:visited {color: black: text-decoration: none;}
a.bar:visited:active {color: black: text-decoration: none;}
a.bar:visited:hover {color: black: text-decoration: none;}
