html,body {
	margin: 0;
	padding: 0;
	font-family: 'Akkur', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family:'Akkur';
	src: url('font/Akkur.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family:'Akkur';
	src: url(http://) format('no404'), url('font/Akkur.woff') format('woff'), url('font/Akkur.ttf') format('truetype'), url('font/Akkur.svg#webfontThbde9yg') format('svg');
	
}

a, a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


#content p, #content h3{

	padding-left: 10px;

}

#content h3 { margin-top: 2em; }

ul#links { margin-top: .7em; padding: 0; }

ul#links li { 
	font-size: 1em;
	padding: 0 0 10px 10px; 
	border-bottom: 1px solid #BBB;
	background-image: url('images/mobile_link_arrow.gif');
	background-repeat:no-repeat;
	background-position:96% 6px; 
}


.box {
	border-bottom: 1px solid #EEE;
}

/* Portrait */
@media screen and (max-width: 320px)
{
	p { font-size: 1em; }
}
 
/* Landscape */
@media screen and (min-width: 321px)
{
	p { font-size: 0.6em; }
}