h1, h3, #header { color: #4080ff; }
h2 {
	color: #4080ff;
	text-decoration: underline;
}

.menu { text-align: center; }

#header {
	background-color: #e8f0ff;
	border-radius: 10px;
	padding: 3px;
	border-style: solid;
	border-width: thin;
	border-color: grey;

	/* This is Mozilla specific */
	-moz-border-radius: 10px;
}

#payload
{ background-color: #def0f5; }

#address {
	font-size: small;
	text-align: right;
}

a { color: blue; }

a:hover { 
	border-style: dashed;
	border-color: blue;
	border-width: thin;
	background-color: #e8f0ff;
}

body {	
	background: white; 
	font-family: "Bitstream Vera", "helvetica";
}
