/*------------------------------------ Стили всего документа --------------------------*/
body {
 background-color: black;
}
	a {color:white; text-decoration:underline}
	a:hover {color:red; text-decoration:none}
	body, #body {font-family:Palatino Linotype; font-size:8pt; text-align:justify;}

	#smallest{font-size:8pt}
	#smallest {font-size:8pt}

	#person {text-align:center; font-family:Palatino Linotype; font-size:20pt; color:GRAY;}
	#journal {text-align:center; font-family:Palatino Linotype; font-size:14pt; color:NAVAJOWHITE; font-weight:bold;}

	#comments {font-size:10pt; color:red; font-weight:bold;}

/*----------------------------------- Стили элементов сообщения ---------------------*/
		a {color: DARKGRAY; text-decoration:underline}
a:hover {color:red; text-decoration:none}
body, #body {font-family:Palatino Linotype; font-size:12pt; color:NAVAJOWHITE; text-align:justify;}
	#day {font-size:16pt; font-weigh:bold; color:white}
	#month {font-size:12pt; color:white;}
	#time {font-size:10pt; font-weight:bold; color:white}

	#title {font-family:Palatino Linotype; font-size:14pt; color:LIGHTSLATEGRAY; font-weight:bold}

	#author {font-family:Palatino Linotype; font-size:14pt; color:white; font-weight:bold;background-color:white;width:100%;padding:2 2 2 15}

/*------------------------------------ Настройки календаря ----------------------------*/
	#daynames {font-size:10pt;}	/* Дни недели (пн., вт.) */
	#weekendnames {font-size:10pt; color:red; background-color:black}	/* Названия выходных дней (сб., вс.) */

	#everyday {font-size:10pt; color:white; text-align:right; padding:0 4 0 0}	/* Обычные дни */
	#weekend {font-size:10pt; color:red; background-color:black; text-align:right; padding:0 4 0 0}	/* Выходные дни */

	#monthname {font-size:10pt; font-weight:bold; text-align:center}	/* Название месяца */