/* Style Sheet for Ian Darwin web site.
 * This is the web: go ahead and borrow this page, but change it for
 * your own web, and pass it on with the same terms of re-use.
 * $Id: stylesheet.css,v 1.3 2010/04/12 16:23:05 ian Exp $
 */

/* Attributes named after an HTML element apply to all occurrences of type. */

/* Page attributes */
body	{ background-color: #FFF; color: #000;
	link-color: #F00; vlink-color: #C00; alink-color: #F00
}

/* Paragraph formats: use generic, non-vendor specific names (no Arial) */
h1	{ color: blue; font-family: Helvetica, sans-serif }
h2	{ color: blue; font-family: Helvetica, sans-serif }
h3	{ color: blue; font-family: Helvetica, sans-serif }
h4	{ color: blue; font-family: Helvetica, sans-serif }
h5	{ color: blue; font-family: Helvetica, sans-serif }
h6	{ color: blue; font-family: Helvetica, sans-serif }

th	{ background-color: #00FF00; font-family: Helvetica, sans-serif }

p	{ font-family: Helvetica, sans-serif }

/* Attributes named with a "#" can apply to any element but only if class= used,
 * e.g., <p class="nav">Link: ...</p>
 */

/* Heading colors */
.TextAbout   { color: #0000FF; font-family: Helvetica, sans-serif } /* blue */

/* Link colors */
.LinkLocal   { color: #00FF00 } /* green */
.LinkRemote  { color: #ff0000 } /* red  */

.Nav	{ font-family: Helvetica, sans-serif; font-size: 0.8em }

/* Pseudo-headings */
.ph1	{ color: blue; font-family: Helvetica, sans-serif; font-class: bold }

/* List Item styles for use in lists of resources... */
li.booklink {
list-style-image: url('/images/book.gif')
}
li.weblink {
list-style-type: circle
}

/* masthead entries */
.masthead {
	border: 1px solid #666;
	padding: 0;
	backround-color: #ccc;
	margin-bottom: 2%;
	width: 100%;
}

.masthead p {
	padding: 0;
	margin-bottom: 1%;
	font-size 7pt;
	font-style: normal;
}

/* main page entries */
.pagebox {
	border: 0px solid #666;
	padding: 0;
	margin-bottom: 2%;
	width: 100%;
}

