@charset "utf-8";

/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	margin:0;
	}
h1{ font-size:16px; font-weight:bold;}
h2{ font-size:14px;}
li { 
	list-style-type:none;
	line-height:20px;
	}
a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color: #000000;
	}
a:active {
	color: #000000;
	}
#content{
	margin:0 auto;
	width:800px;
	}



