/* CSS Document */

BODY {
 background-color: ;
}
 
/* шапка, низ, основная таблица */
.tbl {
 background: #F7FEE9; 
 border: 0px;
 border: outset 1px; 
 border-color: #1d7148; 
 cellpadding: 0;
 cellspacing: 0;
}

/*вложенные таблицы в тело*/
.tb {
 text-align: justify
 }

h1 {
font-family: Times New Roman, Times, serif; font-size: 130%; color:#016401
 }

hr {
 width: 80%; 
 border: groove 1px; 
 border-color: #3CB371;
text-align:center
 }

/* гиперссылки в меню */
.a:hover {background: #BBC4C4; text-decoration: none}

/* ссылки */
a:link {color:0000cc;  text-decoration: none}
a:visited {color:Maroon; text-decoration: none}
a:active {color:red; text-decoration: underline}
a:hover {color:red; text-decoration: underline}

.cursor {
cursor: hand; cursor: pointer;
 }
