* {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
}
body {
font: 85% Arial, Helvetica, sans-serif;
color: black;
background-color: white;
height: 100%;
}
#wrapper {
width: 800px;
margin: 0 auto;
}
ul {
font-size: .90em;
}
ul li {
margin-top: 5px;
}
a:link {
	color: blue;
	text-decoration: underline
} 
a:visited {
	color: purple;
}
a:hover,
a:focus {
	color: red;
	text-decoration: none;
}
a:active {
}
.keyline {
border: 1px solid black;
}
p.onedown {
font-size: .95em;
margin: 8px 10%;
}
li.onedown {
font-size: .85em;
}
.bold {
font-weight: bold;
}
.headline3 {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 1.3em;
font-weight: bold;
background-color: white;
}
h3 {
font-size: 1.1em;
margin: 5px;
}
.center {
text-align: center;
}
img {
border: none;
}
table {
margin: 0 auto;
}
table.ring {
width: 500px;
margin: 10px auto;
border-collapse: collapse;
border: 1px solid black;
}
table.ring td {
border: 1px solid black;
padding: 1px;
}
table.product {
border: 1px solid black;
margin: 0 auto;
width: 100%;
}
table.product td {
padding: 4px;
}
ul.ring2 {
margin: 0 0 0 35px;
list-style-type: none;
}
ul,ol {
margin-left: 40px;
}
p {
margin: 5px 0;
}
form {
margin: 8px 0;
}
table.suggestions {
border-collapse: collapse;
font-size: .9em;
width: 100%;
margin-top: 15px;
}
table.suggestions td {
border: 1px solid black;
padding: 4px;
}
table.suggestions th {
text-align: left;
border-bottom: 1px solid black;
}
p.freeSample {
width: 90%;
color: rgb(204, 0, 0);
font-weight: bold;
margin: 8px auto;
font-size: 1.1em;
border: groove 6px rgb(204, 0, 0);
padding: 5px;
}
h3.about {
padding: 0 2em 0;
}
table {
table-layout: auto;
}
table.tobacco {
border: 1px solid black;
padding: 5px;
border-bottom: none;
width: 100%;
}
table.tobacco p{
padding-right: 15px;
}
table.tobacco col.left{
width: 60%;
}
table.tobacco col.middle{
width: 20%;
}
table.tobacco col.right{
width: 20%;
}
table.tobacco td {
vertical-align: top;
}
div.pipes {
border: 1px solid black;
padding: 5px;
margin-bottom: 10px;
}
div.pipes p {
width: auto;
}
fieldset {
border: none;
}
hr {
margin: 0;
padding: 0;
}
td.center {
text-align: center;
}
td.w100 {
width: 100px;
}
ul.contact {
font-weight: bold;
margin-left: 0;
padding-left: 0;
margin-top: 15px;
list-style: none;
}
h2.newblends {
color: rgb(0, 0, 139);
text-align: center;
}
