body {
	background-color: #ffffff;
	color: #000000;
}

a { color: #ffffff; }
a:visited { color: #E8649F; }

h4 {
    background-color: #333333;
    color: #ffffff;
	text-align: left;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
}

td { vertical-align: baseline; }
ul { margin: 0px; }

/* This is the div that contains all content on all pages.
 * It constrains the content to a certain width and centers it
 * within the browser window.
 */
div#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	margin-top: 10px;
	font-size: 10pt;
	background-color: #333333;
	color: #ffffff;
}

/* These styles are for the header at the top of every page,
 * including the "Judith Wellner" title and the nav bar of links. 
 */

table#header {
	width: 100%;
	padding: 20px;
}

#name {
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
}

#navbar {
	font-size: 12pt;
	text-align: right;
}

/* Add some space between links on the nav bar. */
#navbar > a {
	margin-left: 1em;
}

/* This is the table that sits inside the content div
 * and contains most if not all content on the pages.
 */
table#text {
	width: 100%;
	padding: 20px;
	padding-top: 0;
}

dd {
	margin-left: 2em;
}

dt {
	font-variant: normal;
    color: #66cc33;	
}

#fancies-title {
    font-variant: small-caps;
    font-size: 14px;
    color: #66cc33;	
}
