/*	Style sheet for pages
	Copyright Bennett McElwee 1999-2000
*/

/* Body stuff */

body { width: 650px; padding: 0; margin: 1ex; background-color: white; border-right: solid 40px #999; }

body { color: black; font-family: verdana,arial,sans-serif; }
p, h1, h2, h3, h4, td, th, li
     { color: black; font-family: verdana,arial,sans-serif; }
	/* The above for Communicator, which ignores body styles */
p, li, th, td { font-size: small; }
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: small; }
h6 { font-size: small; }

/*	Common fonts and styles */

p { margin-top: 1ex; margin-bottom: 0; }

h1, h2, h3, h4 { font-weight: bold; }
h1, h2 { padding: 0 0.5ex 0.25ex 0.5ex;
	color: white; background-color: #999; }
h3, h4 { padding: 0 0.5ex 0.25ex 0.5ex; margin-bottom: 0;
	color: #666; border-left: solid 1.5em #999; border-right: solid 1.5em #999; }

a { text-decoration: none; color: blue; }
a:hover { text-decoration: none; color: blue; background-color: #ff9; }

/* make toolbar work */
h1 { margin-bottom: 0; }
p.nav { margin: 0; text-align: right; }
p.nav a { color: black; background-color: white;
	font-weight: bold; font-size: x-small; text-decoration:none;
	margin-left: 0; margin-right: 0;
	border-left: solid #999 1px; border-bottom: solid #999 1px;
	}
p.nav a:hover { color: blue; background-color: #ff9; }

span.tg { font-weight: bold; }

/* specifics */

p.footer { font-size: x-small;
	color: white; background-color:#999;
	padding: 0.5ex 1ex 0.5ex 1ex; margin-top: 2ex; margin-bottom: 0; }
p.footer a { color: white; }
p.footer a:hover { color: blue; }

/* End */


