
/* External stylesheet for Haythornthwaite.org  */
/* December 2005 */

body		{ background-color: #ffffcc; color: #000000; text-align:center }
h1		{ font-family: arial, sans-serif; color: #663399 }
h2		{ font-family: arial, sans-serif; color: #663399 }
h3		{ font-family: arial, sans-serif; color: #663399 }
h4		{ font-family: arial, sans-serif; color: #663399 }
h5		{ font-family: arial, sans-serif; color: #663399 }
p		{ font-family: "times new roman", serif; text-align: justify }
.logo		{ font-family: "old english text mt", monospace; font-size: 3em; color:#ffcc33;
		background-color:#663399; width:20%; border-style: outset; border-color:#cc99ff;
		padding: .2em }
.left		{ text-align: left }
.footer		{ font-family: arial, sans-serif; font-size: .7em; color: #663399; text-align: center }

/* This navigation bar from CCS Listmatic, modified */

#navcontainer		{ width: 90%; background-color: #663399; }

#navcontainer ul 	{ padding: 0; }
#navcontainer ul li 	{ display: inline; }

#navcontainer ul	{ margin: 0; padding: 0 0 0 7%; color: #663399; 
			font-family: arial, tahoma, verdana, geneva, helvetica, sans-serif;
			font-size: .8em; }

#navcontainer ul li a	{ padding: 0.2em 12px; background-color: #663399; color: #ffffff;
			text-decoration: none; float: left; border-right: 1px solid #ffffcc; }

#navcontainer ul li a:hover	{ background-color: #0066cc; color: #ffffff; }

#navlist li a:hover, #navlist li a:active	{ color: #ffffff; text-decoration: none;
						background: #CC3333; text-align: left; }

