.url {
	display: none;
}

/* Begin menu code */
div.menu {
/*	display: block;*/
	text-align: left;
	/*font-size: 12;*/
	padding: 5px 10px;
        max-width: 50em;
	/*margin: 0 0 2px;*/
/*	left: auto;*/
/*	width: auto;*/
/*	float: left;*/
/*	position: fixed;*/
	background-color: #dddddd;
	border: thin solid black;
}

div.menu p {
	color: white;
	background-color: #eeeeee;
/*	font-size: 20pt;*/
}

div.menu h1 { 
	text-align: center;
	font-size: large;
	font-family: sans-serif;
	color: white;
/*	background-color: #555555;*/
	font-weight: bold;
}

div.menu a:link { 
	text-decoration: none; 
	color: navy; 
	background-color: transparent;
	font-family: sans-serif;
/*	font-size: large;*/
}

div.menu a:visited { 
	text-decoration: none;
	background-color: transparent;
	font-family: sans-serif;
	color: navy;
/*	font-size: large;*/
}

div.menu a:hover {
	background: #727ee5; 
	/*background-color: black;*/
	color: white;
}
/* End menu code */

.page {
	background-color: white;
/*	top: 26px;*/
/*	left: 25px;
	right: 25px;*/
/*	margin-left: 12em;*/
	color: black;
	padding: 2em;
	border: thin solid;
        max-width: 50em;
/*	font-family: sans-serif;*/
/*	font-size: small;*/
}

body {
	color: black;
	background-color: #888888;
	background-image: url(background.jpg);
}

h2  {
	color: navy;
	background-color: #dddddd;
	font-family: sans-serif;
/*	border: thin solid gray;*/
	padding: 5px
}

h3 {
	font-family: sans-serif;
	color: navy;
}

h1 { 
	font-family: sans-serif;
/*	font-variant: small-caps;*/
	color: navy;
	background-color: transparent;
	text-align: right;

}

img { 
	border: 0;
}

/*hr {
	background-color: transparent;
	color: navy;
}*/

A:hover {
/*	background-color: #bec4f4;*/
	background-color: #ddddff
}

blockquote {
	color: #333333;
	font-family: serif;
	background-color: #eeeeee;
	border: thin dotted;
	padding: 5px
}

div.footer {
	color: #777777;
	font-family: monospace;
        font-size:smaller;
	background-color: #eeeeee;
	border: thin dotted;
	padding: 1px
}

div.pgpkey {
	color: teal;
	font-family: monospace;
	background-color: #eeeeee;
	border: thin dotted;
	padding: 5px
}
