/*------------------------------------ Стили всего документа --------------------------*/
A:link {color: #663300; text-decoration:none}
A:active {color: #663300; text-decoration:none}
A:visited {color: #663300; text-decoration:none}
A:hover {color: #660000; text-decoration:underline}

body {background-color: 999966;
      font-family: arial;
      font-size: 9pt;
      color: FFFFCC;
      text-align: justify;
      scrollbar-face-color: #999966;
      scrollbar-highlight-color: #999966;
      scrollbar-shadow-color: #FFFFCC;
      scrollbar-3dlight-color: #FFFFCC;
      scrollbar-arrow-color: #FFFFCC;
      scrollbar-track-color: #999966;
      scrollbar-darkshadow-color: #999966;}

#small {font-size: 8pt;
        font-family: tahoma;
        color: FFFFCC;}

#smallest {font-size: 7pt;
           font-family: tahoma;
           color: FFFFFF;}

#person {text-align: center;
         font-family: arial;
         font-size: 14pt;
         color: FFFF66;
         font-weigh: bold;}

#journal {text-align: center;
          font-family: arial;
          font-size: 7pt;
          color: FFFFFF;
          font-weight: bold;}

#nbsp {font-family: arial;
       font-size: 5pt;}

/*----------------------------------- Стили элементов сообщения ---------------------*/


#tddate {font-size: 9pt;
         color: FFFFFF;
         border-right: #CCCCCC 1px solid;
         border-bottom: #CCCCCC 1px solid;}

#day {font-size: 20pt;
      font-weigh: bold;}

#month {font-size: 10pt;
        color: FFFFCC;}

#time {font-size: 7pt;
       font-weight: bold;
       color: FFFFCC;}

#title {font-family: arial;
        font-size: 12pt;
        color: FFFF66;
        font-weight: bold;
        font-style: italic;
        border-bottom: #CCCCCC 1px solid;}

#author {font-family: arial;
         font-size: 14pt;
         color: FFFFCC;
         font-weight: bold;
         background-color: E0E0E0;
         width: 100%;
         padding: 2 2 2 15;}

#body {font-family: tahoma;
       font-size: 10pt;
       color: 333333;
       text-align: justify;
       border-bottom: #CCCCCC 1px solid;}

#comments {font-size: 7pt;
           color: FFFF66;
           font-weight: bold;}

/*------------------------------------ Настройки календаря ----------------------------*/
#daynames {font-size: 7pt;
           color: FFFF66;}	/* Дни недели (пн., вт.) */

#weekendnames {font-size: 7pt;
               color: FFFF66;}	/* Названия выходных дней (сб., вс.) */

#everyday {font-size: 8pt;
           color: FFFF66;
           text-align: right;
           padding: 0 4 0 0;}	/* Обычные дни */

#weekend {font-size: 8pt;
          color: FFFF66;
          text-align: right;
          padding: 0 4 0 0;}	/* Выходные дни */

#monthname {font-size: 10pt;
            color: FFFF66;
            font-weight: bold;
            text-align: center}	/* Название месяца */
ul.pages {
  padding-left: 0;
}

ul.pages li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
}