@charset "utf-8";
/* CSS Document */

/* univ Area */	
.xxx {
font-weight : bold;
}
.univ {
	color: #90191D;
	font-weight : bold;
	font-size: 18;
}   /* Red      */
.univ1 {
	font-weight : bold;
	color : #151c54;
}		/* Dk. Blue   */
.univ2 {
	color: #FF3300;
	font-weight : bold;
	font-size: 12;
}   /* Red      */
.univ3 {
	color: #000000;
	font-weight : bold;
	font-size: 14;
}   /* black     */
.univ4 {
	color: #90191D;
	font-weight : bold;
	font-size: 12;
}   /* Red 2     */
.highlight {
	font-style: italic;
	background-color: #eeedd1;
	border: 1px solid #a49d45;
	margin-left:auto;
	margin-right:auto;
	color:#90191d;
	font-weight:bold;	
}
