body {
	font-size: 0.8em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #252326;
	padding: 0;
	margin: 0;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #1c5ea9;
	text-decoration: none;
	border-bottom: 1px dotted #1c5ea9; 
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1c5ea9;
}

h1 {
	font-size: 2.2em;
	margin: 2px 0 0 4px;
	padding: 0;
	color: #252326;
}

#container {
	width: 310px; 
	padding: 0 5px; 
	margin: 0px auto;
}

#container .text {
	color: #000;
}