.form {
  margin: 0px;
  padding: 0px;
}
/* каллендарь */
.calmonth a:link, .calmonth a:visited, .calmonth a:active, .calmonth a:hover {
  font-size:10px;
  font-family:verdana;
  text-decoration:none;
}
.archmonthtoday a:link, .calmonthtoday a:visited, .calmonthtoday a:active, .calmonthtoday a:hover {
  font-size:10px;
  font-family:verdana;
  text-decoration:none;
}
.calday {
  background-color: white;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
}

.calemptyday {
  background-color: #dfdfdf;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
}

.calweekday {
  color: gray;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.caltoday {
  background-color: white;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
}

.calpost {
  background-color: #F3F3F3;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
}

.calmonth {
  color: black;
  background-color: #dfdfdf;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  height: 15px;
  border: 1px solid white;
}

.archmonth {
  color: black;
  background-color: white;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  height: 15px;
  border: 1px solid white;
}

.calmonthtoday {
  background-color: white;
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
  height:15px;
  border:1px solid gray;
}

/* комментарии */
.comtop {
	background-color:#dfdfdf;
	font-size:12;
	font-family:courier;
	height:10;
	padding:0 3 0 3;
}
.combody {
  font-family:verdana;
  font-size:12px;
  text-align:justify;
  padding:7 3 0 3;
}
.combottom {
  font-family:verdana;
  font-size:9px;
  text-align:right;
  padding:0 3 0 0;
  margin:10;
}

/* Информер */
a.infl:link, a.infl:visited, a.infl:active, a.infl:hover {
  font-size:11px;
  font-family:verdana;
  text-decoration:none;
}
.inform {
  border: 1px solid #dfdfdf;
  padding: 2px 0px 2px 0px;
}
.informact {
  border: 1px solid gray;
  padding: 2px 0px 2px 0px;
}

/* Таблица вывода новостей на печать */
.printpage {
  font-family: verdana;
  font-size: 12px;
  width: 500px;
}

/* Навигация по страницам новостей */
#navpanel {
  font-family: verdana, serif;
  font-size: 10px;
  text-align: center;
}

#navpanel a:link, #navpanel a:visited, #navpanel a:active, #navpanel a:hover {
  font-size: 10px;
}

