.matriculation {
	width:15%;
	border:solid #aaaaaa 1.0pt;
	background:#ffffaa;
	padding:4pt 4pt 4pt 4pt;
	height:12pt;
	text-align: right;
}

.score {
	width:10%;
	border:solid #aaaaaa 1.0pt;
	background:#ccecff;
	padding:4pt 4pt 4pt 4pt;
    height:12pt;
	text-align: right;
}

table {
	width:50%;
	border:solid black 1.0pt;
}

table.fixed { 
	table-layout:fixed; 
        width:90%;
}

table.fixed td { 
	overflow: hidden; 
}

th {
	width:10%;
	border:solid #aaaaaa 1.0pt;
        background:#444444;
	padding:4pt 4pt 4pt 4pt;
	height:12pt;
	text-align: right;
	font-size:12.0pt;
	font-family:Arial;
	color:white;
	text-align:center;
}

td {
	height:12pt;
}
