A:link {text-decoration: none; color: "#800000";} /*убирает подчеркивание для ссылок */
A:hover {text-decoration: underline; color: red;} /* делает ссылку красной и подчеркнутой при наведении на нее курсора */
A:active {text-decoration: none; color: GREEN;} /*убирает подчеркивание для отработанных ссылок */
A:visited {text-decoration: none; color: "#A0522D";} /*убирает подчеркивание для отработанных ссылок */
HR {size: 3 px; color: "#800000";}
.MenuLFrame {text-align: left; font-size: xx-small; font-family:Arial; font-weight:bold; font-style: normal; color:"#800000";}/* Для шрифта меню */ 
.MenuLFrameInverse {text-align: center; font-size: xx-small; font-family:Arial; font-weight: bold; font-style: normal; color:WHITE;}/* Для шрифта меню */ 

