/*------------------------------------ Стили всего документа --------------------------*/
body {
 background-color:LIGHTPINK;
}
	a {color:DARKVIOLET; text-decoration:underline}
	a:hover {color:MEDIUMSLATEBLUE; text-decoration:none}
	body, #body {font-family:Comic Sans MS; font-size:13pt; color:MEDIUMVIOLETRED; text-align:justify;}

	#small {font-size:8pt}

	#person {text-align:center; font-family:verdana, arial, tahoma; font-size:20pt; color:DARKVIOLET;}
	#journal {text-align:center; font-family:verdana, arial, tahoma; font-size:7pt; color:HOTPINK; font-weight:bold;}

	#comments {font-size:9pt; color:YELLOW; font-weight:bold; 

/*----------------------------------- Стили элементов сообщения ---------------------*/
	#date {font-size:10pt; background-color:HOTPINK; color:HOTPINK;}

	#day {font-size:20pt; font-weigh:bold;}
	#month {font-size:10pt; color:202020;}
	#time {font-size:7pt; font-weight:bold; color:MAGENTA;}

	#title {font-family:Comic Sans MS; font-size:14pt; color:DARKMAGENTA; font-weight:bold}

/*------------------------------------ Настройки календаря ----------------------------*/
	#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:red; background-color:F0F0F0; text-align:right; padding:0 4 0 0}	/* Выходные дни */

	#monthname {font-size:10pt; font-weight:bold; text-align:center}	/* Название месяца */