@charset "utf-8";
/* CSS Document */
<!--

/*The homepage has a background image*/
body {
	background-color: #ffffff;
	font-size: 100%;
	color: #000000;
	font-family: Verdana,Geneva,san-serif;
}

.imageb{
	border-style:solid;
	border-color: #000000;
	border-width:5px;
}
.imageg{
	border-style:solid;
	border-color: #efefef;
	border-width:5px;
}
