@CHARSET "UTF-8";

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.5em;
	width: 100%;
}

table#examTable {
	width: 100%;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	color: blue;
}

th {
	color: #800000;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid black;
}

td {
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #B0B0B0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#examDate {
	width:20%;
}

#time {
	width:15%;
}

#maxSeatsAvailable {
	width:15%;
}

#seatsAlreadyAllocated {
	width:15%;
}

#status {
	width:15%;
}

#remark {
	width:20%;
}

#footer {
	color: red;
}