body {
	font-family: Arial, sans-serif;
	text-align: justify;
	color: #484848;
	 }
h1 {
	font-size:100%;
	font-family: Arial, sans-serif;
	text-align: center;
	color:navy;
	}
h2 {
	font-size:75%;
	font-family: Arial, sans-serif;
	text-align: center;
	color:navy;
}
h3 {
	font-size:75%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color:navy;
	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.podrazdel {
	font-size:70%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: justify;
	color:navy;
}
p.recomend {
	font-style: italic;
	margin: 0px 10px 0px 10px;
}
p.news {
		margin: 0px 10px 0px 10px;
}
p.title {
	font-weight: bold;
	margin: 1px;
	text-align: center;
	border-bottom: 2px solid black;
	color:navy;
}
p, ul {
	font-size:75%;
}
li {
	list-style: square;
}
strong.list {
	border-left: 4pt double red;
}
table.xar {
	font-size:75%;
	font-family: Arial, sans-serif;
	text-align: justify;
	color: #484848;
}
table.downloads {
	font-size: 70%;
	font-family: Arial, sans-serif;
	text-align: justify;
	background-color: black;
	color: #484848;
}
table.home {
	background-color: fff;
	border: 1pt solid #484848;
	width: 100%;
}
th {
	background-color:  #D3D3D3;
	text-align: center;
	color: black;
}
tr.white {
	background-color: white;
}
