/*   (c) David J. Hark 2008 dhark@fred.net */
/*   Thank you for examining my CSS code.
		I hope the experience is worthwhile. */


body 	{
	color:#000000;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

		
p.head	{font-weight : bold;
		font-size: 1.5em;
		text-align : center}

a:hover { background: #ffa } 
		
a:link 	{color:blue}

a:visited{color:purple}

a:active{color:green}

h1		{text-align : center;
		 color : green
		}

blockquote blockquote	{font-weight : bold;
		font-size: 1.5em;
		color : green;
		text-align : center
		}
.exercise 	{background : yellow
		}
.demo		{background : #dddddd		
		}
.sample 	{background : #ff99cc
		}
li 		{font-weight : bold}	

.larger{font-weight : bold;
		font-size: 2em;}
.footer {
	font-size: medium;
	font-weight: bold;
}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	/*color: #1368A9;*/
  }
.back {
	background-color: #999999;
}
dt {
	font-weight: bold;
}
.centertext {
	text-align: center;
}
#center {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#wrapper {
	width: 100%;
	position: relative;
}
.nolisticon {
	list-style-image: none;
	list-style-type: none;
}

