/*------------------------------------ Стили всего документа --------------------------*/
body {
 color: #339966;
 background-color: #ddeedb;
}
	a {color:009966; text-decoration:underline}
	a:hover {color:orangered; text-decoration:none}
	body, #body {font-family:verdana; font-size:9pt; text-align:justify;}

	#small {font-size:8pt}
	#smallest {font-size:6pt}

	#person {text-align:center; font-family:verdana, arial, tahoma; font-size:20pt; color:00CC33;}
	#journal {text-align:center; font-family:verdana, arial, tahoma; font-size:7pt; color:909090; font-weight:bold;}

	#comments {font-size:7pt; color:009966; font-weight:bold;}

/*----------------------------------- Стили элементов сообщения ---------------------*/
	#date {font-size:10pt; background-color:808080; color:FFFFFF;}

	#day {font-size:20pt; font-weigh:bold;}
	#month {font-size:10pt; color:669966;}
	#time {font-size:7pt; font-weight:bold; color:669966}

	#title {font-family:tahoma; font-size:14pt; color:00CC33; font-weight:bold}

	#author {font-family:arial; 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:009933; background-color:99FF99}	/* Названия выходных дней (сб., вс.) */

	#everyday {font-size:8pt; color:99CC99; text-align:right; padding:0 4 0 0}	/* Обычные дни */
	#weekend {font-size:8pt; color:009933; background-color:CCFFCC; text-align:right; padding:0 4 0 0}	/* Выходные дни */

	#monthname {font-size:10pt; font-weight:bold; text-align:center}	/* Название месяца */