/* CSS definition file containing site wide stylesheets */

.Dark {
	color: rgb(192,192,192);
 	text-decoration: none ;
 	link: color rgb(192,192,192)
}

.DarkLink {
	color: rgb(204,153,255)
}

.DarkNormal {
	color: rgb(192,192,192)
}

.ablist {
	list-style-type: lower-alpha;
 	margin: 3px 15px
}