@charset "utf-8";
body {
	margin:0;
	border:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

.container {
	width: 500px;
	margin:auto;
	margin-top: 100px;
}

h1{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: -28px;
	font-family:"Times New Roman", Times, serif;
}

h2{
	font-size: 26px;
	font-weight: normal;
	color:#999999;
	font-family:"Times New Roman", Times, serif;	
}
