/*************THIS FILE CONTAINS OVER-RIDES FOR THEME STYLES**********/
body {
	/* global over-rides could be put here */
}
a, table a, td a, tr a, p a {
	/* uncomment following line to underline all links */
	/*text-decoration: underline;*/
	text-decoration: none;
	/* make all links blue: */
	 color:#003399; 
}
a:hover {
	/* on mouse-over, underline links and turn them blue */
	text-decoration:underline;
	color:#0000FF;
}
/*************** these are the boxes for the my.wc blocks ***************/
.block a{
	/* un-underline links in blocks*/
	text-decoration:none;
}
.block a:hover{
	/* underline links in blocks on mouse-over*/
	text-decoration:underline;	
}