* {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

body {
	font-size: 100.01%;
	background: #ffffff;
	text-align: left; 
	color: #999;
	margin: 30px 50px 10px 50px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 5px;
	}

h2 {
	
	font-size: 24px;

	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0px;
	}


	
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
	display: inline;
}
	
#container {
	width: 620px;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 0;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #333;
}

hr {
	color: #333;
	border: 1px no-shadow;
}