body {
  color: black;
	background-color: white;
}
	
hr {
  color: black;
	background-color: white;
}
	
img {
  border-style: none;
}
	
div.header {
  position: absolute;
	left: 0in;
	top: 0in;
	width: 7.5in;
	height: 0.75in;
	background-color: #ffffff;
	overflow: hidden;
}
	
div.columnA {
  position: absolute;
	left: 0in;
	top: 1in;
	width: 2.4in;
	height: 9in;
	background-color: #ffffff;
	overflow: hidden;
}

div.columnB {
  position: absolute;
	left: 2.55in;
	top: 1in;
	width: 2.4in;
	height: 9in;
	background-color: #ffffff;
	overflow: hidden;
}
	
div.columnC {
  position: absolute;
	left: 5.1in;
	top: 1in;
	width: 2.4in;
	height: 9in;
	background-color: #ffffff;
	overflow: hidden;
}
	
p.header {
  text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

p.category {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1em;
  margin-bottom: 0px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

p.subcategory {
  margin-left: 1em;
  margin-right: 0px;
  margin-top: 1em;
  margin-bottom: 3px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-transform:  capitalize;
}

p.entry {
  margin-left: 1em;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform:  capitalize;
}

a.entry {
  color: #000000;
}
