/* default styles for all BSCW pages */
/* body tag */
body {
	margin-top:		0pt; 
	margin-left:		0pt;
	margin-bottom:		10px;
	background-color:	white;
	color:			black;
	font-family: 		helvetica, arial, sans-serif; 
}

/* link colors */
a:link, a:visited, a:focus, a:active{
	color:			black;
	text-decoration:	none; 
}

a:hover{
	color:			black;
	text-decoration:	underline; 
}

