/* Default style for my bookmarks site.  This file contains only styles
   considered to be safe for old browsers, such as Netscape 4.
   Inspired by too many sources to list here.  Thanks to everyone in
   comp.infosystems.www.authoring.stylesheets.
*/

/* Basic body text */
body {
	margin:0;
	padding:0;
	color:black;
	background-color:white;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:sans-serif;
	color:#008;
	background-color:transparent;
}
h1, #Menu>h2 {
	margin-top:0;
}

h2.highlight {
	color:#008;
	background-color: #ffc;
}

/* Links */
a:link {
	color:#09c;
	background-color:transparent;
	font-weight:bold;
}
a:visited {
	color:#06a;
	background-color:transparent;
	font-weight:bold;
}
a:hover {
	background-color:#eee;
}

/* Various general purpose */
.invisible {
	display:none;
}

#Header {
	margin:0;
	padding:0;
}

#Wrapper {
	position:relative;
	margin:0;
	padding:0;
}

#Content {
	margin:1em 30% 1em 1em;
	padding:0;
	color:black;
	background-color:white;
}

#Content>p {
	text-indent:0;
	margin-top:1em;
}

#Menu {
	position:absolute;
	top:0;
	right:0;
	width:23%;
	margin:0 1em 0 0;
	padding:1em;
	color:black;
	background-color:#ffc;
	border:1px solid #008;
}

#Footer {
	border-left:auto;
	border-right:auto;
	text-align:center;
	margin:0% 0% 0% 0%;
}
