body {
	margin: 10px 40px 10px 40px;
	}
a:link {
	color: #000000;
	text-decoration:none;
	}

	a:visited {
	color: #000000;
	text-decoration:none;
	}

	a:hover {
    text-decoration: none; /* Убираем подчеркивание */
    color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */  
    background: #0000FC; /* Цвет фона */
   }

p {
	text-indent: 30px;
	font-family: Times New Roman, sans-serif;
	text-align: justify;
	font-size: 14pt;
	line-height: 1.3em;
	}

OL {
	text-indent: 30px;
	font-family: Times New Roman, sans-serif;
	text-align: justify;
	font-size: 14pt;
	line-height: 1.3em;
	}

UL {
	text-indent: 30px;
	font-family: Times New Roman, sans-serif;
	text-align: justify;
	font-size: 14pt;
	line-height: 1.3em;
	}

blockquote {
	background: url(fon.png) repeat-y scroll 0 0 transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #808080 inset, 0 0 1px #FFFFFF;
	-moz-box-shadow: 0 0 3px #808080 inset, 0 0 1px #FFFFFF;
	-ms-box-shadow: 0 0 3px #808080 inset, 0 0 1px #FFFFFF;
	-o-box-shadow: 0 0 3px #808080 inset, 0 0 1px #FFFFFF;
	box-shadow: 0 0 3px #808080 inset, 0 0 1px #FFFFFF;
	margin: 10px 13px;
	padding: 21px 45px 14px;
	line-height: 1.25em;
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	font-size:14pt;
	text-align:justify;
}

h1 {font-family: arial, verdana, sans-serif;}
h2 {
	font-family: "Times New Roman", serif;
	font-size:16pt;
}

#font1 {
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	font-size:14pt;
	text-align: right;
}

#font2 {
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	font-size:14pt;
	text-align: center;
}

#font3 {
	font-family: Times New Roman, sans-serif;
	font-size:14pt;
	text-align: center;
	vertical-align: middle;
}

#font4 {
	font-family: Times New Roman, sans-serif;
	font-size:14pt;
	vertical-align: middle;
}

#font5 {
	font-family: Arial;
	font-size:14pt;
	text-align: center;
}

#font6 {
	font-family: Times New Roman;
	font-size:14pt;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	line-height: 1.3em;
}

#font7 {
	/* Для тегов <sub> и <sup> */
	font-family: Times New Roman;
	font-size:12pt;
}

#font8 {
	font-family: Times New Roman;
	font-size:14pt;
	text-align: left;
	vertical-align: middle;
}

#font9 {
	/* Обложка, заголовок */
	font-family: Arial;
	font-weight: bold;
	font-size:23pt;
	text-align: center;
}

#font10 {
	font-family: Times New Roman;;
	font-size:14pt;
	text-align: center;
}

#font11 {
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	font-size:16pt;
	text-align: center;
}

#font12 {
	font-family: Times New Roman;;
	font-size:14pt;
	text-align: left;
	vertical-align: top;
}

fraction {
    width: 100px;
    text-align: center;
}
fraction #numerator {
    vertical-align: bottom;
    border-bottom: 1px solid Black;
}
fraction #denominator {
    vertical-align: top;
}

.r1, .r2,  .r3, .r4 {
    display: block; 
    height: 1px;
    background: #f5f5f5;
    overflow: hidden;
   }
   .r1 {  margin: 0 5px; }
   .r2 {  margin: 0 3px; }
   .r3 {  margin: 0 2px; }
   .r4 {  margin: 0 1px; height: 2px; }
   .block-round-content { 
    background: #f5f5f5; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
	font-family: Times New Roman, sans-serif;
	font-size: 14pt;
	line-height: 1.3em;
  }
