/* default_modify.css */
#header
{
	position: relative;
	width: auto; height: auto;
	text-align: center;
	background-image: none; background-repeat: repeat;
	background-color: white; color: black;
	border-width: 2px;
	border-top-style: none; border-bottom-style: solid;
	border-left-style: none; border-right-style: none;
	border-color: #060606;
	margin: auto;
	float: none;
}
#header h1
{
	height: auto; width: auto;
	margin: 0 8%;
	background-image: none; background-repeat: repeat;
	background-color: white; color: black;
	font-size: x-small; text-align: center;
	line-height: 100%; letter-spacing: 0.4em;
	padding-top: 0%; padding-bottom: 1%;
	padding-left: 0%; padding-right: 0%;
	border-width: 6px;
	border-style: none;
	border-color: #060606;
}
.entry {
  border-top-style: none; border-bottom-style: dotted;
  border-width: 2px; border-color: #cccccc;
  margin-bottom: 2%;
  padding-top: 1%; padding-bottom: 1%;
}

