/*
$Id: global.css,v 1.8 2007/01/05 22:26:39 cookn Exp $
(c)2006 - 2007 Michael Westendorf 
*/


body {
	background-color: white;
	font: small Garamond;
	}


html>body {
	font: 84.5% Garamond;
	}

h1, h2, h3, h4, h5 {
	color: black;
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #D4A017;
	}

img {
	border: none;
	text-decoration: none;
	}

form {
	padding: 0px;
	width: 0px;
	display: inline;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}
	
#nagBar {
	display: none;
	}

 p {line-height: 1.5em;}  p { font-size: 11pt; }

h1 {
	font-size: 24pt;
	font-family: garamond, serif;
        line-height: 1em;
        font-weight: normal;
}
