p { 
	color: #000000;
	font-size: 12px;
}

ul {
	font-size: 12px;
}

h1 {
	color: green;
	font-size: 26px;
}

h2 {
	color: navy;
	font-size: 20px;
}

div>h3 {
	color: #2d73b9;
	font-size: 16px;
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	width: 640px;
	margin-left:auto; 
	margin-right:auto;
	font-family: serif !important;
}

div {
	width: 500px;
	margin-left:auto; 
	margin-right:auto;
}

hr {
	width: 460px;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

ul#menu, #menu ul li a {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	border: 1px solid #008000;
	background-color: #ffffff;
	color: #000000;
}

ul#menu {
	display: table;
	width: 100%;
	table-layout: fixed;
}

ul#menu li {
	display: table-cell;
	padding: 2px 6px;
}

ul#menu li:hover, #menu ul li a:hover {
	background-color: #008000;
	color: #ffffff;

}

#menu ul li a:active {
	background-color: #009000;
	color: #ffffff;
}

ul#menu li a:hover {
color:white;
}

li a {
	text-decoration: none;
	display: block;
}

p.val {
	display:none;
}

p.print {
	display: inline;
}