/* @override http://traveller.dev/_css/typography.css */

body {
	background: #c8b08e url(../image/background.jpg) no-repeat top center;
	
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	-webkit-text-size-adjust: none;
}

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

strong{
	font-weight: bold;
}
