a { text-decoration: none; }
a:link { 
	color: #A00000;
	font-weight: bold;
}
a:visited { 
	color: #A00000;
}
a:hover { 
	color: black;
	background-color: #FFDDDD;
	text-decoration: underline overline;
}

a:active { 
	color: #333333;
}
a.otherlink {
  font-size: 15px;
}

body {
  font-family: monospace;
  font-size: 14px;
}


div.otherdiv {
  margin-bottom: 10px;
}

div.title{
  padding: 10px;
  font-size: 45px;
}

div.titlesmall{
  display: inline;
  font-size: 12px;
}

div.subtitle{
  font-family: "Segoe Script" fantasy;
  font-size: 24px;
}

form.otherform {
  display: inline;
}

h1 {
  margin: 1px;
  margin-bottom: 10px;
}

h1.title {
  font-family: "Segoe Script" fantasy;
  font-size: 18px;
}

iframe.amazonframe {
  float: right;
}

input.otherinp {
  font-size: 12px;
}

table.bordered { 
  margin: 5px;
  border-collapse: collapse; 
  width: 95%;
}


td {
  margin: 0px;
  padding: 0px;
}
td.border_topleft{
  background-image: url("box1.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
td.border_topcenter{
  background-image: url("box2.png");
  background-repeat: repeat-x;
}
td.border_topright{
  background-image: url("box3.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
td.border_centerleft{
  background-image: url("box4.png");
  background-repeat: repeat-y;
}
td.border_centerright{
  background-image: url("box5.png");
  background-repeat: repeat-y;
}
td.border_bottomleft{
  background-image: url("box6.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
td.border_bottomcenter{
  background-image: url("box7.png");
  background-repeat: repeat-x;
}
td.border_bottomright{
  background-image: url("box8.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}