.controls {font: bold 24px arial; text-align: center; margin: 6px;}
.controls a:link {border-style: none; color: white; text-decoration: none;}
.controls a:visited {border-style: none; color: white; text-decoration: none;}
.controls a:active {border-style: none; color: white; text-decoration: none;}

.controls_caption {font-size: 10px;  color: white; text-align: center; margin-top: 2px; margin-bottom: 18px;}

/* set-up horizontal and vertical align */
.tabled_object td {width:600px; margin-left: auto; margin-right: auto; vertical-align: middle;}

/* IE5.x doesn't center elements properly. Workaround: IE 5.x would center block-level elements as per ``text-align'' of the containing element, which in this case is <tr>. */
.tabled_object tr {text-align: center;}

.isolated_text {margin: 0em;}

