body,td,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.dotted{
	border:dotted 4px black;}
}
.yellow {
	background-color: #FFFF00;
}
a.blue {	
	color: #000066;
	text-decoration: none;
}
a.blue:hover {	
	color: #003300;
	text-decoration: none;
}
a.white {	
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}
a.white:hover {	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}
a.black {	
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	
	color: #000000;
	text-decoration: none;
}