/*ссылки*/
a.leg{
	color : #0000CD;
}
a.leg:hover{
	text-decoration : none;
	color : Blue;
}
a.leg:visited{
	color : #0000CD;
}

/*заголовки
h1{
	color:#330099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	text-align:center;
}*/
h2{
	color:#330099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	text-align:center;
}
h3{
	color:#330099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:center;
}
h4{
	color:#330099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight: bold;
}

table.leg{border: 0px; width: 90%; text-align: justify;}
td.leg{border:1px solid white; background-color: #E8F7F4;}
td.title{width: 150px; text-align: center;}
