body {
	font-size:0.8em;
	background-color: #f0f0f0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.container {
	margin: auto;
	width:850px;
	padding:5px;
	border:#CCC thin solid;
	border-radius:5px;
	color: #000066;
	background-color:#D9D8D3;
}
.table, .res_table {
	width:100%
}
.impnote_red {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}
.impnote_small {
	color:#006;
	font-size: 0.9em;
	font-weight: bold;
	text-align:justify;
}
.impnote_small_red {
	color: #FF0000;
	font-size: 0.9em;
	font-weight: bold;
	text-align:left;
}
.table td, th, tr {
	border-spacing:0;
	padding:2px;
	border-collapse:collapse;
	vertical-align:top;
}
.res_table {
	border:black thin solid;
	border-spacing:12;
	border-collapse:separate;
}
.res_table td, th {
	border-spacing:12;
}
th {
	background-color:#CC6C00B3;
	color:white;
}
.disc {
	font-size: 0.9em;
	font-weight: bold;
	text-align:justify;
}
.disc_red_small {
	font-size: 0.9em;
	font-weight: bold;
	text-align:justify;
	color:red;
}
.lbl_bold, .sep_bold {
	font-weight: bold;
}
.sep_bold {
	text-align:center;
	width:20px;
}
.val {
	text-align:left;
}
.header {
	font-size: x-large;
	font-weight: bold;
	color: #330066;
}
.marks_center {
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
}
.title {
	font-size: 1.6em;
	font-weight: bold;
	text-align:center;
}
.title_result {
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	text-decoration: underline;
}
.back_link {
	font-size:1em;
	text-decoration:none;
	text-align:center;
	padding:6px;
	background:#CC6;
}
.main_link {
	font-size:1.4em;
	text-decoration:none;
	text-align:center;
	padding:15px 5px;
	margin:5px;
	border:1px gray solid;
	border-radius:8px;
	display:block;
	height:auto;
	width:60%;
	background-color:#F0F0F0;
	color:#006;
	font-weight:bold
}
.main_link:hover {
	background-color:#F9F9F9
}
.res_date, .res_course, .res_year, .res_remark {
	font-size:1em;
	font-weight:bold;
}
.res_date, .res_year {
	color:red;
}
.res_course {
	color:blue;
}
.res_remark {
	color:green;
}
 .res_table tr:nth-child(even) {
background-color: #E8E8E8;
}
.footer {
	font-size:0.7em;
	display:block;
	width:100%;
	border-top:thin #666 solid;
	text-align:center;
	padding-top:5px;
}
.error {
	color:red;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
}
input[type=submit], input[type=reset] {
	padding:4px 10px;
	background:#999;
	border:1px black solid;
	border-radius:5px;
}
input[type=submit]:hover, input[type=reset]:hover {
	background:#CCC;
}
