body {
  font-size: 14px;
}

#header {
 	background-color: #A6B1BF;	
}

#navbar {
	border-top: 1.2px solid #B9C2C4;
	border-bottom: 1.2px solid #B9C2C4;
}

#navbar > ul {
	margin-left: 10px;
}

#navbar > ul > li > a {
 	color: #0000FE;	
}

#navbar > ul > li > a:hover, #navbar > ul > li > a:focus {
	background: transparent;
	font-weight: bold;
}

#group > h4 {
	font-size: 12px;
}

#articleAbstract > h4 {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

#articleSubject > h4 {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}