
hr.short {
  width: 40%;
  margin: auto;
  color: #000099
}p {
	margin: auto auto auto 10%;
}

ul {
	margin: auto 10%;
	list-style-type: circle;
}

h3 {
	margin: auto auto auto 5%;
}


p.logo {
	font: 150% "Times New Roman", Times, serif;
	text-align: center;
	color: Blue;
}

h2 {
	font: 135% Arial, Helvetica, sans-serif;
	text-align: center;
	width: auto;
	color: #8B0000;
}

body {
	background-color: #E0FFFF;
}

h1 {
	clear: both;
	font: bold 180% Arial, Helvetica, sans-serif;
	color: Maroon;
	text-align: center;
	text-decoration: none;
	width: auto;
}

table {
	width: 80%;
	background-color: #f0ffff;
	margin-left: 10%;
	margin-right: 10%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.journal {
	width: 60%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	
	font-size: x-small;
}

td.cost {
	width: 20%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size: x-small;
}

th.journal {
	text-align: left;
	width: 60%;
	text-decoration: underline;
}

th.cost {
	text-align: center;
	width: 20%;
	text-decoration: underline;
}



td.pricerange{
	width: 100%;
	background-color: Blue;
	color: White;
	text-align: center;
	height: 1px;
}

tr.pricerange {
	width: 100%;
	background-color: Blue;
	color: White;
	text-align: center;
	height: 1px;
}







