@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-size: 12px;
	margin-left: 60px;
	font-family: default;
	color: #000;

	}

div {
	width: 700px;
	left: auto;
}
	
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}

a:hover {
	color: #CCC;
}


img.hor {
	width:700px;
	height:auto;
}
img.vert {
	width:500px;
	height:auto;
}

