div.menu{
	margin-bottom: 5px;
	text-indent: 5px;
	width: 125px;
	font-weight: bold;
	font-size: 13pt;
	color: white;
	background-color: #000080;
}

div.submenu{
	margin-bottom: 5px;
	text-indent: 5px;
	width: 125px;
	font-weight: bold;
	font-size: 13pt;
	color: white;
	background-color: #0000cd;
}

div.update{
	font-size: 8pt;
	width: 105px;
	padding: 0px 10px;
	background-color:#f5f5dc;
	text-align:right
}

img{
	margin-bottom: 5px;
}

a:link{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: none;
	color: white;
}

a:visited{
	text-decoration: none;
	color: white;
}

a:active{
	text-decoration: none;
	color: white;
}