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

*{
	margin: 0;
	padding: 0;
}

body {
	background: #eFF;
	font-family: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 20px;
}

a{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 36px;
	line-height: 54px;
}

h2 {
	color: #333;
	font-size: 24px;
	line-height: 36px;
}

h3 {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

p {
	margin: 10px 0;
	
}

ul, ol {
	margin: 0 0 0 30px;
	
}