
/* this overrides a few styles in wcstyle.css 
	for the clitboard and all pages in that style */

#centerMainColumn {
	background-color: #FEB;
	color: #000;
}


#centerMainColumn a:link	{ color: #3333CC; }
#centerMainColumn a:visited	{ color: #8D0073; }
#centerMainColumn a:hover	{  }
#centerMainColumn a:active	{  }
#centerMainColumn a:focus	{  }

ul {
	margin-left: 0; 
	padding-left: 1.2em;
	list-style-type: disc;
}

