/* =Общие стили
----------------------------------------------- */
BODY {background: #666666; font-size: 14px; font-family: Verdana; padding: 5 px}
P {font-size: 14px; font-family: Verdana; color: #000} /* текст в абзацах */
TD {font-size: 14px; font-family: Verdana; color: #000} /* текст в ячейках */

/* =Заголовки
----------------------------------------------- */
H1 {font-family: Arial; font-weight: bold; font-size: 16px; color: #252673; letter-spacing: 4px; border-bottom: 1px solid #4A4D55} 
H2 {font-family: Verdana; font-weight: bold; font-size: 12px; line-height: 1.4}
H3 {font-family: Verdana; font-weight: bold; font-size: 14px}

/* =Ссылки в тексте
----------------------------------------------- */
A:link {text-decoration: none; color: #252673}
A:active {text-decoration: none}
A:visited {text-decoration: none; color: #252673}
A:hover {text-decoration: underline; color: #5189B0}

#comand A:link {text-decoration: none; color: #252673; font-size: 14px; font-weight: bold} /* не посещенные*/
#comand A:active {text-decoration: none; color: #252673; font-size: 14px; font-weight: bold} /* фокус ввода */
#comand A:visited {text-decoration: none; color: #252673; font-size: 14px; font-weight: bold} /* посещенные */
#comand A:hover {text-decoration: underline; color: #5189B0; font-size: 14px; font-weight: bold} /* курсор мыши */

/* =Стили для обрамления ячеек
----------------------------------------------- */
.window {border: 1px solid #4A4D55} /* обрамление целиком */
.windowl {border: 1px solid #4A4D55; border-top: #4A4D55; border-bottom: #4A4D55; border-right: #4A4D55}
