	body {
		background-color: rgb(255, 255, 255); 
		background-repeat: no-repeat;
		leftmargin: 0px;
		marginheight: 0px;
		marginwidth: 0px;
		font-family: Arial, Helvetica, "sans serif";
		font-size: small;
	}
	
.xlarge {
	font-size: x-large;
	color: #000000;
}

.medium {
	font-size: medium;
	color: #000000;
}

.small {
	font-size: small;
	color: #000000;
}
	
.xsmall {
	font-size: x-small;
	color: #000000;
}

.nounderline A {
	text-decoration:none
}

a {
	font-size: small; 
	color: #0000FF;
}
	
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #551A8B;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

