﻿.head {
	background-color: #CCCCCC;
	border: 1px solid;
	min-width: 250px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.cen {
	text-align: center;
}

table {
	font-size: 15px;
}

th {
	font-weight: normal;
	padding: 5px;
	border: 1px solid;
}

td {
	padding: 5px;
	border: 1px solid;
}

p {
	font-size: 12px;
}
.lower {
	border-style: none;
	border-width: 0.5px;
	border-color: inherit;
	background-color: #0000FF;
	min-width: 100%;
	padding: 5px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
