/*------------------------------------ Стили всего документа --------------------------*/
	a {color:orangered; text-decoration:underline}
	a:hover {color:orangered; text-decoration:none}
	body, #body {
 background-color: #171A1F;
 font-family:"Times New Roman", Times, serif; font-size:12px; text-align:justify; background-color:202020; color:#ffffff; padding:5px 10px 10px 10px}

	#small {font-size:80%}
	#smallest {font-size:75%}

	#person {font-family:"Times New Roman", Times, serif; font-size:200%; color:#ffffff;}
	#journal {font-family:"Times New Roman", Times, serif;; color:#eeeeee; padding-left:10px; font-weight:bold;}

	#comments {font-size:65%;}

/*----------------------------------- Стили элементов сообщения ---------------------*/
	#date {font-size:10pt; background-color:#808080; color:#FFFFFF;}

	#day {font-size:20pt; font-weigh:bold;}
	#month {font-size:10pt; color:#ffffff;}
	#time {font-size:65%; font-weight:bold; color:#000000; background-color:#666666; padding:2px 2px 2px 2px}

	#title {font-family:"Times New Roman", Times, serif;  font-size:150%; color:#ffffff; font-weight:bold; padding-bottom:10px; border-bottom:1px solid #666666;}

	#author {font-family:arial; font-size:14pt; color:#202020; font-weight:bold;background-color:#E0E0E0;width:100%;padding:2 2 2 15}

/*------------------------------------ Настройки календаря ----------------------------*/
.Calendar {
	border:0;
	font-size:80%;
}
.Calendar tr.Header th {
	text-align:center;
	font-weight:bold;
	font-size:150%;
}
.DayNames td {
	text-align:center;
}
.Week td {
	text-align:right;
	padding-right:5px;
}
.Weekend {
	color: orangered;
}
.Calendar tr.Navigation td {
	text-align:center;
}
ul.pages {
  padding-left: 0;
}

ul.pages li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
}