/* style.css - a simple style sheet */
body {
	background: white;
}

img {
	border: 0;
}

:link { color: rgb(0, 0, 0); }

:visited { color: rgb(0, 0, 0); }

.image{
	border-width:0px;
}