/* Body */
body {
	background-color: white;
	color: black;
}

table {
	margin : 0 auto;
}

.CTitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.CSubTitle {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#warning {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

#warningsmall{
	color: red;
	font-size: 14px;
	font-weight: bold;
}