@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	color:#333333;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#main {
	width: 600px;
	margin: auto;
	line-height:1.5;
	font-size:14px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: black;
}

img {
	border: none;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
} 
