body { 
	margin: 10px;
	padding: 10 px;
	font-family: Rockwell, slab-serif;
}


a {
    color: #1c1900;
    text-decoration: none;
}
a:visited {
    color: #697076;
    text-decoration: none;
}
a:hover {
    color: #ab653b;
    text-decoration: underline;
}






/* subsidary navigation bar */

#sub_navbar{
	background-color: #B2C9CF;
	font-size: 14pt;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sub_navbar ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#sub_navbar ul li{
	display: inline;
	margin: 10px;
}

#sub_navbar a {
    color: #1c1900;
    text-decoration: none;
}
#sub_navbar a:visited {
    color: #1c1900;
    text-decoration: none;
}
#sub_navbar a:hover {
    color: #ab653b;
    text-decoration: none;
}

.colloquium_title{
	text-align: center;
	font-style: italic;
	margin: 0px;
}

.colloquium_abstract{
	text-align: justify;
	text-size: small;
	margin: 0px;
}

#listContainer{
  margin-top:15px;
}
 
.open {
	display: block;
	}
.closed {
	display: none;
	}
