/*Common CSS*/
BODY{
	background-color:	#FFFFFF;
	color:			#000000;
}
a:link {
	color: #0000FF; 
}
a:visited {
	color:#ff0000;
}



