body {
	font-family: helvetica, arial, sans-serif;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #626468;
}

#content, #title, #footer {
	width: 38em;
	margin-left: 19.5em;
}

#title {
	margin: 4em 0 1em 0;
	width: 18em;
	text-align: right;
}

#content {
	margin-bottom: 3em;
}

#footer {
	text-align: right;
}

#footer a {
	font-size: 10px;	
}

#footer, #footer a, #footer a:link, #footer a:visited {
	color: #C3C2C5;
	text-decoration: none;
} 

#footer a:hover {
	color: #9B9A9D;	
}

a:link, a:visited {
	color: #555555;
	text-decoration: none;
}

p a:link, p a:visited {
	border-bottom: 1px solid #ddd;		
}

p a:link img, p a:visited img {
	border-bottom: none;			
}

p a:hover {
	border-bottom: 1px solid #888888;	
}

a:hover {
	color: #555555;
/*	text-decoration: underline;*/
}
