/* Ссылки в основном толлбаре */
.myRefMain { color: Red; font-size: 18px; text-decoration: none; }
.myRefMain:link, .myRefMain:visited { color: Black; }
.myRefMain:hover { text-decoration: underline; }

/* Ячейки в таблице кнопок */
.myRefMainTd { width: 25%; text-align: center;	background: Moccasin; }
