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

body{
	background-color:#fff;
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#container{
	width:900px;
	height: 600px;
	text-align:left;
	background-color:#fff;
	margin:auto;
	color: #000000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
	margin-bottom: 0px;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	color: #666666;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-top: 4px;
}
h2 {
	font-size: 18px;
	color: #999999;
	vertical-align: bottom;
	margin-bottom: 4px;
	margin-top: 4px;
}
