body {
	background-color: #3B83DB;
	margin: 0;
	padding: 0;
}

/*
 * blanket policy for all images. this should remove the
 * need to specify border=0 in every img tag.
 */
img
{    
	border: 0px;
}

