/* for the body of the page */
body {
	background-color: #003399;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000000;
	margin: 0px;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 3px;
}

h3 {
	margin-bottom: 2px;
}

ul {
	margin-top: 2px;
	margin-left: 2em;
	padding-left: 0;
}

tt {
	font-size: larger;
}

/* for the menu bar on the right */
.menu {
	background-color: #FFFFFF;
	font-size: 90%;
	position: absolute;
	top: 100px;
	left: 600px;
	width: 150px;
	border: 2px solid #000000;
	padding: 0px 4px 10px 4px;
}

/* for the main text area */
.main {
	font-size: 1.2em;
	background-color: #FFFFFF;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 540px;
	border: 1px solid #000000;
	padding: 0px 15px 5px 15px;
	min-height: 720px;
}

h1 {
	margin-top: 20px;
	font-size: 250%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* for the "Recent Bookmarks" header */
.delicious-banner {
	font-size: 110%;
	margin-bottom: 0px;
}

/* for the list of bookmarks */
div.delicious-posts ul {
	margin-top: 2px;
	margin-left: 0.3em;
	padding-left: 0;
}

font.goal {
	font-weight: bold;
	font-size: 110%;
}

