A:HOVER{
	Text-decoration: none;
	color : Maroon;
}

/* основа */
BODY {
	background-color: #eeeeee;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: Black;
	margin : 0 0 0 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}



/* марк список */
 li {
 list-style-type: square;
 color: black;
}

/* заголовок 1 */
 h1 {
	color: black;
	font-size: 14pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

 table {
  background-color: #d8d8d8;
  font-size: 10pt;
 }

 table2 {
	font-size: 10pt;
	text-align: justify;
}
 ul {
	/* Only NC4 needs this crap! */
	color: black;
	font-size: 10pt;
	/* NC4 */
	font-family: "Times New Roman", Times, serif;
}

A:ACTIVE, A:LINK, A:VISITED {
	color: Maroon;
	font-family: "Times New Roman", Times, serif;
}

