body div {
	color: #000000;
	font-family: arial, helvetica, verdana, 'sans serif';
	text-align: justify;
	font-size: 12px;
	width: 500px;
}

p1{color: black; font-size: 12px; }

h1 {font-size: 16px; font-weight: normal;}
h2 { color: black; font-size: 16px;}
h3 { color: white; font-size: 12px; font-weight: normal;}
h4 { font-style: italic; font-size: 13px;}
h5 {font-style: italic; font-weight: bold; font-size: 12px; color: #000000}
h6 {font-size: 16px; font-weight: normal; color:
#000000}
h7 {font-size: 16px; font-weight: normal; color:
#ffffff}

div#credit1{
	font-size: 10px;
	color:#000000;
	height: auto;
}
div#credit2{
	font-size: 12px;
	color:#000000;
	text-align: justify;
	width: 500px;
	}

	/* links */	
	/* unvisited link */
a:link {
	color: #669933;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}   
 /* visited link */ 
a:visited {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}  
/* mouse over link */
a:hover {color: #0066ff; font-weight: normal;text-decoration: none;} 
/* selected link */
  a:active {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
}  
 
 /*paragraph style*/

p1 {color: #000000; font=size: 11px;}
/* textblocks*/
div#text { padding: 10px; font-size: 12px;}
span#highlight {background-color: white; font-size: 14px; color: black; width: 80px}

