body {
	font-family: Helvetica, sans-serif;
	text-align: center;
	background-color: white;
	color: #b0b0b0;
}

a:link, a:visited {
	text-decoration: none;
	color: #b0b0b0;
}

a:active, a:hover {
	color: blue;
	text-decoration: none;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #b0b0b0;
}

h1 a:hover {
	color: blue;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration: none;
}

img {
	border: 1px solid black;
}

.page {
	text-align: center;
	width: 650px;
	border: 2px solid #b0b0b0;
	margin: auto;
}

.innerpage {
	margin-top: 50px;
}

.month_title {
	font-size: 10pt;
	font-weight: normal;
}

.category_title {
	font-weight: bold}

.img-shadow-1 {
  /*display: inline-block;*/
  position: relative;
  left: +10px;
  /*background: #f0f0f0;*/
  background: url("http://www.chromalark.com/images/shadow.gif") no-repeat bottom right;
}

.img-shadow-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_bl.gif") no-repeat bottom left;
}

.img-shadow-3 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_tr.gif") no-repeat top right;
}

.img-shadow-inner {
  position: relative;
  top: -10px;
  left: -10px;
  background-color: white;
  border: 1px solid #c0c0c0;
}

.img-shadow-inner img {
  margin: 10px;
  border: none;
}