body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #f0f8ff;
}

td {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18pt;
	color: #3264ae;
}

h2 {
	font-size: 14pt;
	color: #3264ae;
}

h3 {
	font-size: 13pt;
	color: #3264ae;
}

h4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFF;
	}

a{
	text-decoration: none;
	color: #2d8ba8;
}

a:hover {
	text-decoration: underline;
	color: #2d8ba8;
}

hr {
	color: Navy;
	height: 1pt;
}

.square-li,
li.square-li{
	list-style-type : square;
}

.main_title {
	font-weight: bolder;
	color: white;
}
/* added VLIZ */
.menu{
	background-color: #3264ae;
	color: white;
	border: 0;
	height: 30px; 
	width:100%;
}

.menu_link , .menu_link:visited, .menu_link:active{
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.menu_link:hover{
	color: #fff;
	text-decoration: underline;
}

.menu_cell_1{
	border-left: none !important;
	padding-left: 10px !important;
}

.menu_cell{
	border-left: 1px solid #eee;
	vertical-align: top;
	min-width: 90px;
	padding: 4px;
}

.rss_latest_taxa {
	text-align: left;
	max-width: 320px;
}

.lwbanner div {
	align-items: center !important;
	justify-content: left !important;
}

.intro_highlight{
    font-weight: bold;
    color: #4382b4;
    font-size: 115%;
}
