 h1,h2,h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Gray;
	font-stretch : narrower;
	font-weight : bold;
	border-color : Silver;
	border-width : thin;
	border-bottom-style : dotted;
	background-color : transparent;
}

h1 {
	font-size : 24px;
	/*background : url(stripe2.gif) repeat;*/
}

li {
	list-style-image : url(blubul2.gif);
	list-style-type : disc;
}

 body {
	position: relative;
	background: transparent;
	margin: 6%;
	padding: 0px
}

div#content {
	color: Black;
	background: White url(stripe.gif) repeat;
	padding: 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
	font-family : Georgia, "Times New Roman", Times, serif;
}
 
div#top {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	color : Gray;
	font-stretch : narrower;
	font-weight : bold;
	padding-left: 10px;
	background : url(stripe.gif) repeat;
}

.foot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	border-color : Silver;
	border-width : thin;
	border-top-style : dotted;
}
 
 strong.simple {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-stretch : condensed;
	color : #9933CC;
	background-color : transparent;
}

a:link { color: blue ; background: white }
a:visited { color: purple ; background: white }
a:hover {
	color: Blue;
	background: #99CCFF;
}

.ahem {
	display: none;
}