/*------------------------------------ Стили всего документа --------------------------*/
	a {color:008080; text-decoration:underline}
	a:hover {color:orangered; text-decoration:blink}
	body, #body {font-family:Comic Sans MS; font-size:10pt; text-align:justify;}

	#small {font-size:9pt}
	#smallest {font-size:7pt}

	#person {text-align:center; font-family:Lucida Handwriting, Papyrus, Bodoni MT; font-size:21pt; color:008000;}
	#journal {text-align:center; font-family:Lucida Handwriting, Papyrus, Bodoni MT; font-size:9pt; color:909090; font-weight:bold;}

	#comments {text-align:center; font-size:9pt; color:008000; font-weight:bold;}

/*----------------------------------- Стили элементов сообщения ---------------------*/
	#date {font-size:10pt; background-color:808000; color:C0C0C0;}

	#day {font-size:13pt; font-weigh:bold;}
	#month {font-size:15pt; color:202020;}
	#time {font-size:7pt; font-weight:bold; color:808000}

	#title {font-family:Lucida Handwriting; font-size:14pt; color:008000; font-weight:bold}

	#author {font-family:Papyrus; font-size:14pt; color:202020; font-weight:bold;background-color:E0E0E0;width:100%;padding:2 2 2 15}

/*------------------------------------ Настройки календаря ----------------------------*/
	#daynames {font-size:7pt;}	/* Дни недели (пн., вт.) */
	#weekendnames {font-size:7pt; color:orange; background-color:F8F8F8}	/* Названия выходных дней (сб., вс.) */

	#everyday {font-size:8pt; color:A0A0A0; text-align:right; padding:0 4 0 0}	/* Обычные дни */
	#weekend {font-size:8pt; color:orange; background-color:F0F0F0; text-align:right; padding:0 4 0 0}	/* Выходные дни */

	#monthname {font-size:10pt; font-weight:bold; text-align:center}	/* Название месяца */