.reference {
	word-break:break-all;
	font-size:small;
}

.break {
	word-break:break-all;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-caption {
	background-color: maroon;
	color: white;
	font-weight: bold;
	padding: 10px;
	font-size: small;
}

.photo-caption1 {
	color: white;
	font-weight: bold;
	font-size: small;
}

.pagetop1 {
	background-color: bisque;
	color: darkorange;
	font-size: small;
	padding-left: 10px;
}

.pagetop1-spring {
	background-color: lavenderblush;
	color: magenta;
	font-size: small;
}

.pagetop1-may {
	background-color: lightcyan;
	color: green;
	font-size: small;
}

.pagetop2 {
	background-color: darkorange;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
}

.pagetop2-spring {
	background-color: magenta;
	color: white;
	font-size: small;
	font-weight: bold;
}

.pagetop2-may {
	background-color: green;
	color: white;
	font-size: small;
	font-weight: bold;
}

.middle-title {
	background-color: white;
	font-size: middle;
	font-weight: bold;
	padding-left: 10px;
}

.denso {
	font-size: small;
	padding-left: 30px;
	padding-right: 30px;
}

.blood-top {
	background-color: lavenderblush;
	color: deeppink;
	font-size: small;
	padding-left: 10px;
}

.blood-day {
	color: violet;
	font-weight: bold;
}

.backnumber-top {
	background-color: #A4A4A4;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: white;
}

.font-darkviolet {
	color: darkviolet;
}

.font-maroon {
	color: maroon;
}

.font-deeppink {
	color: deeppink;
}

.font-magenta {
	color: magenta;
}

.font-green {
	color: green;
}

.font-darkgreen {
	color: darkgreen;
}

.font-dodgerblue {
	color: dodgerblue;
}

.font-navy {
	color: navy;
}

.font-darkblue {
	color: darkblue;
}

.font-darkorange {
	color: darkorange;
}

.font-orangered {
	color: orangered;
}

.font-red {
	color: red;
}

.font-white {
	color: white;
}

.font-white-bold {
	color: white;
	font-weight: bold;
}

th, td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.font-large-bold {
	font-size: large;
	font-weight: bold;
}

.font-bold {
	font-weight: bold;
}

.font-bold-white {
	font-weight: bold;
	color: white;
}

.s-title-april {
	color: magenta;
	width: 10%;
}

