/*
 * style sheet
 */


body {	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: x-small }

A { text-decoration: none }

ul { list-style-type:none }

a:link	{ color: black }
a:hover	{ color: black }
a:visited	{ color: black }
a:active	{ color: black }

/*
 * font-family: Times, "Times New Roman", serif;
 */

.style1 {	color:#200099;
	font-size:x-small; 
	font-weight:bold }


