@charset "utf-8";

html {
	font-size: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 18px;
	/*font-family: "lucida grande", lucida, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, Times, serif;
	text-align: left;
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

a {
	color: #000;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
}
a:hover {
	color: #666;
}
h1, h2, h3, div, span, p, ul, li, img, a {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
table { border: none; border-collapse: collapse; }
table td { padding: 0px; }
