h1
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight:normal;
}

h2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

h3,dt
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

p,li,td,th,dd,summary
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 13px;
}

hr
{
  width: 65%;
  color: #c8d8e0;
}

a:link,a:active,a:visited
{
  text-decoration: none;
  color : #069;
}

a:hover
{
  text-decoration: underline;
  color : #f60;
}
 
.credit
{
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}

.one-image
{
  float: left;
  margin: 10px;
}

p
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

table.contact
{
	border:1px solid #669;
	width:75%;
}

table.contact th
{
	text-align: left;
}

table.contact .grouphead
{
	text-align: center;
	background:#dde;
}

table.machinemart
{
	border-collapse: collapse;
}

table.machinemart tr td
{
	border: 1px solid black;
	padding: 0;
	margin: 0;
}

table.machinemart tr td img
{
	width:250px;
	height:250px;
	border:none
}

ul.nobullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.linkbutton:link,.linkbutton:active,.linkbutton:visited {
  display: inline-block;
  background: #069;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.linkbutton:hover {
  background: #f60;
  color: white;
}

.boxout {
    display:inline-block;
    border: 1px black solid;
    border-radius: 6px;
    margin: 30px;
}