body {
  font-family: Arial, sans-serif;
  background-color: goldenrod;
}

a {
  color:darkgoldenrod;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  size:large;
  color:black;
  text-decoration:underline;
  font-weight:bold;
}

table.home {
 background-color: #006699;
 width: 820;
}

td.home_top {
 background-image: url('http://www.hawaiianislandhomesltd.com/images/header.jpg'); 
 width: 820;
 height: 200;
};

td.home_left {
 background-image: url('http://www.hawaiianislandhomesltd.com/images/left_nav.jpg');
 font-size: 12 pt;
 width: 220;
 text-align: center;
 vertical-align: text-top;
}

td.home_right {
 background-color: white;
 font-size: 11 pt;
 vertical-align: text-top;
 width: 600;

}


td.home_bottom {
 background-color: Sienna;
 color: White;
 text-align: center;
 font-size: 8 pt;
 line-height: 24pt;
};

table.sortable {
	font-size: 9pt;
}


th.sortable {
	background-color: silver;
}


tr.sortable {
	background-color: '#eeeeee';
}

table.std {
	font-size: 9pt;
}

th.std {
	background-color: silver;
}


tr.std {
	background-color: '#eeeeee';
}


