


body	{ background-color: white;
	color: black;
	margin: 20px 80px }

/* header */
#header	{ font-family: sans-serif;
	font-size: small;
	color: white;
	padding: 0.5em;
	background-color: #002746;
	border: 3px solid black }
h1	{ color: #0080c0;
	font-size: 2em;
	margin: 0 }
#header ul { margin: 0}
#header li { display: inline }
#header li a	{ color: white;
	text-decoration: none }
#header li a:hover	{ color: white;
	text-decoration: underline }
p#num	{ float: right;
	color: #005884;
	font-size: 1.5em;
	font-weight: bold }

/* block-level elements */

h2 { color: #002746;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1.5em }

h3 { clear: both;
	color: #002746;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1.2em }

/* inline elements */

a#dw img	{ border: none;
	float: left;
	margin: -20px 10px 10px -80px }

address	{ font-style: normal }
a:visited	{ color: #0080c0;
	text-decoration: underline }
a:link	{ color: #00a0f0;
	text-decoration: underline }
a:active	{ color: #70d0ff;
	text-decoration: underline }

li	{ list-style-image: url(images/bullet.png) }


/* old style */

#portrait	{ float: right }
div#dior	{ float: right }
p.equation	{ text-align: center;
	line-height: 0 }


/* differentiation */

/* root */
body.root	{ background: white;
	color: black }
.root h2, .root h3, .root h4	{ color: #0080c0;
	background-color: #002746;
	padding: 0.2em }



/* wishlist */
body.wishlist	{ background: white url(images/f0d000.gif) no-repeat top left;
	color: #f0d000 }
.wishlist h1, .wishlist h2, .wishlist h3, .wishlist h4	{ color: #f0d000;
	background-color: white }

/* infodump */
body.infodump	{ background: white url(images/00a000.gif) no-repeat top left;
	color: #00a000 }
.infodump h1, .infodump h2, .infodump h3, .infodump h4	{ color: #00a000;
	background-color: white }

/* diary */
body.diary	{ background: white url(images/0080c0.gif) no-repeat top left;
	color: #0080c0 }
.diary h1, .diary h2, .diary h3, .diary h4	{ color: #0080c0;
	background-color: white }

/* design */
body.design	{ background: white url(images/d00000.gif) no-repeat top left;
	color: #d00000 }
.design h1, .design h2, .design h3, .design h4	{ color: #d00000;
	background-color: white }

/* concept */
body.concept	{ background: white url(images/9000f0.gif) no-repeat top left;
	color: #9000f0 }
.concept h1, .concept h2, .concept h3, .concept h4	{ color: #9000f0;
	background-color: white }

/* computer */
body.computer	{ background: white url(images/9000f0.gif) no-repeat top left;
	color: #9000f0 }
.computer h1, .computer h2, .computer h3, .computer h4	{ color: #9000f0;
	background-color: white }


